summaryrefslogtreecommitdiff
path: root/source3/smbd/process.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-08-17 14:11:44 +0000
committerAndrew Tridgell <tridge@samba.org>1998-08-17 14:11:44 +0000
commit28788ca46c06d00a472949fd3de7b64988925283 (patch)
tree01af62d386ac258b0d1320e2d5083f436d243d47 /source3/smbd/process.c
parentdd2e202e5c8d6220e29becb48fde333fa5258794 (diff)
downloadsamba-28788ca46c06d00a472949fd3de7b64988925283.tar.gz
samba-28788ca46c06d00a472949fd3de7b64988925283.tar.bz2
samba-28788ca46c06d00a472949fd3de7b64988925283.zip
removed some of the rough edges from the splitup
(This used to be commit 722312c326d54849e2552327fcd88ac77257ad2c)
Diffstat (limited to 'source3/smbd/process.c')
-rw-r--r--source3/smbd/process.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/smbd/process.c b/source3/smbd/process.c
index acc89ae146..756e010d9e 100644
--- a/source3/smbd/process.c
+++ b/source3/smbd/process.c
@@ -25,6 +25,11 @@ extern int DEBUGLEVEL;
time_t smb_last_time=(time_t)0;
+char *InBuffer = NULL;
+char *OutBuffer = NULL;
+char *last_inbuf = NULL;
+
+
/*
* Size of data we can send to client. Set
* by the client for all protocols above CORE.