aboutsummaryrefslogtreecommitdiff
path: root/src/lock.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lock.c')
-rw-r--r--src/lock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lock.c b/src/lock.c
index d94731c..3b8787d 100644
--- a/src/lock.c
+++ b/src/lock.c
@@ -233,7 +233,7 @@ wydawca_lock_init ()
233 { 233 {
234 if (!lockdir) 234 if (!lockdir)
235 lockdir = xstrdup (LOCALSTATEDIR "/lock/" PACKAGE); 235 lockdir = xstrdup (LOCALSTATEDIR "/lock/" PACKAGE);
236 if (create_hierarchy (lockdir, 0, getuid (), getgid ())) 236 if (create_hierarchy (lockdir, 0))
237 exit (EX_OSFILE); 237 exit (EX_OSFILE);
238 } 238 }
239} 239}

Return to:

Send suggestions and report system problems to the System administrator.