ff1ddc6723
* Patches regen.
22 lines
564 B
Text
22 lines
564 B
Text
$NetBSD: patch-ao,v 1.2 2011/09/22 15:16:26 ryoon Exp $
|
|
|
|
--- src/lock.c.orig 2008-05-07 15:57:34.000000000 +0000
|
|
+++ src/lock.c
|
|
@@ -423,7 +423,7 @@ Reader_Lock (xrepository)
|
|
(void) fprintf (stderr, "%s-> Reader_Lock(%s)\n", CLIENT_SERVER_STR,
|
|
xrepository);
|
|
|
|
- if (noexec)
|
|
+ if (nolock)
|
|
return 0;
|
|
|
|
/* we only do one directory at a time for read locks! */
|
|
@@ -498,7 +498,7 @@ Writer_Lock (list)
|
|
{
|
|
char *wait_repos;
|
|
|
|
- if (noexec)
|
|
+ if (nolock)
|
|
return 0;
|
|
|
|
/* We only know how to do one list at a time */
|