summaryrefslogtreecommitdiff
path: root/devel/cvs/patches/patch-as
blob: 8fb83ec9bdda02a441e3b49e2f3a214f05fdfff8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-as,v 1.7 2005/03/01 15:36:48 wiz Exp $

--- src/tag.c.orig	2005-01-31 23:17:45.000000000 +0100
+++ src/tag.c
@@ -1300,7 +1300,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);