$NetBSD: patch-as,v 1.5 2004/03/04 20:54:40 wiz Exp $ --- src/tag.c.orig Tue Feb 3 15:39:44 2004 +++ src/tag.c @@ -1299,7 +1299,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);