From ee1dc804fb1aa0c7ba3d0c2bb534a8965eaaf9dc Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Sat, 20 Oct 2001 21:23:52 +0000 Subject: Removed extern int DEBUGLEVEL - included in headers. Moved from timestamp based comparison of open files in share mode table to generational file_id comparison. This should help track down any logic bugs. Needs some more testing. Coming to HEAD as soon as the compile finishes :-). Jeremy. --- source/rpc_client/cli_use.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source/rpc_client/cli_use.c') diff --git a/source/rpc_client/cli_use.c b/source/rpc_client/cli_use.c index 93560e9772b..ee6e7ea8abf 100644 --- a/source/rpc_client/cli_use.c +++ b/source/rpc_client/cli_use.c @@ -26,7 +26,6 @@ #include "trans2.h" #include "rpc_client.h" -extern int DEBUGLEVEL; extern pstring scope; extern pstring global_myname; -- cgit