* More work on OpenID 1.1 Relying Party support
[citadel.git] / citadel / control.c
index 671a9cc741d84433d0ea011ee623f67e6ed78c34..8da8192fa07ae82089d9a7d6ec8c65783d29f69e 100644 (file)
@@ -172,6 +172,7 @@ void get_control(void)
        rewind(control_fp);
        fread(&CitControl, sizeof(struct CitControl), 1, control_fp);
        already_have_control = 1;
+       chown(file_citadel_control, config.c_ctdluid, (-1));
 }
 
 /*