summaryrefslogtreecommitdiff
path: root/source3/smbd/reply.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2008-10-04 13:56:20 -0700
committerAndrew Tridgell <tridge@samba.org>2008-10-04 13:56:20 -0700
commite44369989c54e908e3481fb76444df6bcf4e228b (patch)
treed03f0f366118977a272f099588d91b3985e0281c /source3/smbd/reply.c
parentba5ef49f831dbbfec1a360cd4644999de822e2bc (diff)
parent80665a0b5abbdd8df735e1ccdab3206399beba0b (diff)
downloadsamba-e44369989c54e908e3481fb76444df6bcf4e228b.tar.gz
samba-e44369989c54e908e3481fb76444df6bcf4e228b.tar.bz2
samba-e44369989c54e908e3481fb76444df6bcf4e228b.zip
Merge branch 'master' of ssh://git.samba.org/data/git/samba
Diffstat (limited to 'source3/smbd/reply.c')
-rw-r--r--source3/smbd/reply.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c
index 8bfa28faea..0226d314f7 100644
--- a/source3/smbd/reply.c
+++ b/source3/smbd/reply.c
@@ -29,7 +29,6 @@
/* look in server.c for some explanation of these variables */
extern enum protocol_types Protocol;
extern int max_recv;
-unsigned int smb_echo_count = 0;
extern uint32 global_client_caps;
extern bool global_encrypted_passwords_negotiated;
@@ -4611,8 +4610,6 @@ void reply_echo(struct smb_request *req)
TALLOC_FREE(req->outbuf);
- smb_echo_count++;
-
END_PROFILE(SMBecho);
return;
}