summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-07-16 21:17:26 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:28:40 -0500
commitf798837c23415653fc83cddeab3285b6f1563526 (patch)
tree18e382304da0fd994718f497c3e19b0f927ce2c1 /source3
parent5e8590753ce0745ee1811bd68bb96aad5fe123a3 (diff)
downloadsamba-f798837c23415653fc83cddeab3285b6f1563526.tar.gz
samba-f798837c23415653fc83cddeab3285b6f1563526.tar.bz2
samba-f798837c23415653fc83cddeab3285b6f1563526.zip
r23904: Remove an unused variable reference
(This used to be commit 7f4ceb1bf0c7aad50d93bb963c49dbc405e9524a)
Diffstat (limited to 'source3')
-rw-r--r--source3/smbd/reply.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c
index 2421e2ffd9..d6b0dcab2e 100644
--- a/source3/smbd/reply.c
+++ b/source3/smbd/reply.c
@@ -27,7 +27,6 @@
/* look in server.c for some explanation of these variables */
extern enum protocol_types Protocol;
-extern int max_send;
extern int max_recv;
unsigned int smb_echo_count = 0;
extern uint32 global_client_caps;