X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Flockutil.c;h=d59067f003780c5594b7beaad2d83305a05f24bd;hb=adc0ef50c52d332902ef92c8feb460eee55a1f05;hp=7b83a52018db164d4c51e9a5db0b5910feb9a621;hpb=9bfe216ddf91de1d3d4262417687aa18d661d314;p=idzebra-moved-to-github.git diff --git a/index/lockutil.c b/index/lockutil.c index 7b83a52..d59067f 100644 --- a/index/lockutil.c +++ b/index/lockutil.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: lockutil.c,v $ - * Revision 1.4 1995-12-13 08:46:10 adam + * Revision 1.5 1996-03-26 16:01:13 adam + * New setting lockPath: directory of various lock files. + * + * Revision 1.4 1995/12/13 08:46:10 adam * Locking uses F_WRLCK and F_RDLCK again! * * Revision 1.3 1995/12/12 16:00:57 adam @@ -37,7 +40,7 @@ static char *lockDir = NULL; void zebraLockPrefix (char *pathPrefix) { if (!lockDir) - lockDir = res_get_def (common_resource, "lockDir", ""); + lockDir = res_get_def (common_resource, "lockPath", ""); assert (lockDir); strcpy (pathPrefix, lockDir);