From 52f2f9449f8d53aa9181d656a4b54a007c80fa81 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 26 May 2009 15:30:39 +0200 Subject: [PATCH] s3:smbd: remove unused global 'orig_inbuf' metze --- source3/smbd/globals.c | 1 - source3/smbd/globals.h | 1 - 2 files changed, 2 deletions(-) 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; -- 2.34.1