$NetBSD: patch-al,v 1.7 2004/03/04 20:54:40 wiz Exp $

--- src/client.c.orig	Thu Feb  5 22:45:10 2004
+++ src/client.c
@@ -4409,6 +4409,16 @@ start_server ()
 		error (1, 0,
 		       "This server does not support the global -n option.");
 	}
+	if (nolock && !noexec)
+	{
+	    if (have_global)
+	    {
+		send_to_server ("Global_option -u\012", 0);
+	    }
+	    else
+		error (1, 0,
+		       "This server does not support the global -u option.");
+	}
 	if (quiet)
 	{
 	    if (have_global)
