From 8978aae69699ccab76fdf95037948b1cc7e7c286 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 17 Aug 1998 03:52:05 +0000 Subject: much cleaner chain pointer handling for both files and pipes. the chain pointer is now stored as a static and is set whenever a handle is created or extracted. This also makes the code less error prone. (This used to be commit 068a862982bea726e8d7b1b4065d510b9840a272) --- source3/libsmb/nmblib.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/libsmb/nmblib.c') diff --git a/source3/libsmb/nmblib.c b/source3/libsmb/nmblib.c index c887ff55de..9390302ab2 100644 --- a/source3/libsmb/nmblib.c +++ b/source3/libsmb/nmblib.c @@ -26,8 +26,6 @@ extern int DEBUGLEVEL; int num_good_sends = 0; int num_good_receives = 0; -extern pstring scope; -extern struct in_addr ipzero; static struct opcode_names { char *nmb_opcode_name; -- cgit