blob: 1f0bf2604fab49d8e6322c11d3351d9b52903ed3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-an,v 1.1 2007/05/27 09:49:53 schmonz Exp $
--- src/history.c.orig 2005-08-02 22:46:57.000000000 +0200
+++ src/history.c
@@ -760,7 +760,7 @@ history_write (type, update_dir, revs, n
if (trace)
fprintf (stderr, "%s-> fopen(%s,a)\n",
CLIENT_SERVER_STR, fname);
- if (noexec)
+ if (nolock)
goto out;
if (!history_lock (current_parsed_root->directory))
|