summaryrefslogtreecommitdiff
path: root/source3/smbd/globals.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-05-26 15:30:39 +0200
committerVolker Lendecke <vl@samba.org>2009-05-26 16:36:25 +0200
commit52f2f9449f8d53aa9181d656a4b54a007c80fa81 (patch)
treed0485f9cbb3b95e2d9930af24e58458416a5cb14 /source3/smbd/globals.c
parentcaeae66c5bb3a4a600b5c90be97d98a323d1dc2f (diff)
downloadsamba-52f2f9449f8d53aa9181d656a4b54a007c80fa81.tar.gz
samba-52f2f9449f8d53aa9181d656a4b54a007c80fa81.tar.bz2
samba-52f2f9449f8d53aa9181d656a4b54a007c80fa81.zip
s3:smbd: remove unused global 'orig_inbuf'
metze
Diffstat (limited to 'source3/smbd/globals.c')
-rw-r--r--source3/smbd/globals.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/smbd/globals.c b/source3/smbd/globals.c
index 9e7d103562..3dc057e18d 100644
--- a/source3/smbd/globals.c
+++ b/source3/smbd/globals.c
@@ -127,7 +127,6 @@ int max_send = BUFFER_SIZE;
int max_recv = BUFFER_SIZE;
uint16 last_session_tag = UID_FIELD_INVALID;
int trans_num = 0;
-char *orig_inbuf = NULL;
pid_t mypid = 0;
time_t last_smb_conf_reload_time = 0;
time_t last_printer_reload_time = 0;