diff options
author | Volker Lendecke <vl@samba.org> | 2008-01-27 00:35:14 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-01-27 00:35:14 +0100 |
commit | 47e1251f721cfbc45ab26b15d5bdbc523c55d6e9 (patch) | |
tree | d2bc583042431664ca821009e9dd850dfac65725 /source3 | |
parent | 5398dd641cd296a3bc4762b6b6a00cc241c2d2a5 (diff) | |
download | samba-47e1251f721cfbc45ab26b15d5bdbc523c55d6e9.tar.gz samba-47e1251f721cfbc45ab26b15d5bdbc523c55d6e9.tar.bz2 samba-47e1251f721cfbc45ab26b15d5bdbc523c55d6e9.zip |
Remove an unused external reference
(This used to be commit 147033b9dff7160ff324fa52aba1f054f962961b)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/smbd/process.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/smbd/process.c b/source3/smbd/process.c index d961f98cc0..4672510d8d 100644 --- a/source3/smbd/process.c +++ b/source3/smbd/process.c @@ -20,7 +20,6 @@ #include "includes.h" -extern struct auth_context *negprot_global_auth_context; extern int smb_echo_count; static enum smb_read_errors smb_read_error = SMB_READ_OK; |