blob: d2e09a96014796845546da4ac21f409c56e04627 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-as,v 1.6 2004/04/15 22:28:36 wiz Exp $
--- src/tag.c.orig Tue Apr 6 20:37:10 2004
+++ src/tag.c
@@ -1290,7 +1290,7 @@ Numeric tag %s contains characters other
/* The tags is valid but not mentioned in val-tags. Add it. */
datum value;
- if (noexec || nowrite)
+ if (noexec || nowrite || nolock)
{
if (db != NULL)
dbm_close (db);
|