summaryrefslogtreecommitdiff
path: root/source3
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
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')
-rw-r--r--source3/smbd/globals.c1
-rw-r--r--source3/smbd/globals.h1
2 files changed, 0 insertions, 2 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;
diff --git a/source3/smbd/globals.h b/source3/smbd/globals.h
index fb733355d7..2f9f7afd65 100644
--- a/source3/smbd/globals.h
+++ b/source3/smbd/globals.h
@@ -125,7 +125,6 @@ extern int max_send;
extern int max_recv;
extern uint16 last_session_tag;
extern int trans_num;
-extern char *orig_inbuf;
extern pid_t mypid;
extern time_t last_smb_conf_reload_time;