From: Stefan Metzmacher Date: Tue, 26 May 2009 13:30:39 +0000 (+0200) Subject: s3:smbd: remove unused global 'orig_inbuf' X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=52f2f9449f8d53aa9181d656a4b54a007c80fa81;p=metze%2Fsamba%2Fwip.git s3:smbd: remove unused global 'orig_inbuf' metze --- diff --git a/source3/smbd/globals.c b/source3/smbd/globals.c index 9e7d10356240..3dc057e18d3f 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 fb733355d78f..2f9f7afd6594 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;