diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-07-10 18:15:24 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:10:01 -0500 |
commit | 54fba07f0183d2e45eaf8658f2900445a312524d (patch) | |
tree | 7e97bb4284f94cd6745dac1f4d03cde5f1d3215c /source4/smb_server/smb | |
parent | ec2b3baf09ebff97bc958e73591e128f14c7a378 (diff) | |
download | samba-54fba07f0183d2e45eaf8658f2900445a312524d.tar.gz samba-54fba07f0183d2e45eaf8658f2900445a312524d.tar.bz2 samba-54fba07f0183d2e45eaf8658f2900445a312524d.zip |
r16923: remove unused substitude code
metze
(This used to be commit ea88c8c99eff2203d13f9877e590d9d7f2fbb910)
Diffstat (limited to 'source4/smb_server/smb')
-rw-r--r-- | source4/smb_server/smb/negprot.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/smb_server/smb/negprot.c b/source4/smb_server/smb/negprot.c index 3af80c2d63..0f55aaeae7 100644 --- a/source4/smb_server/smb/negprot.c +++ b/source4/smb_server/smb/negprot.c @@ -502,7 +502,6 @@ void smbsrv_reply_negprot(struct smbsrv_request *req) if (strcmp(supported_protocols[protocol].proto_name, protos[i]) != 0) continue; supported_protocols[protocol].proto_reply_fn(req, i); - sub_set_remote_proto(supported_protocols[protocol].short_name); DEBUG(3,("Selected protocol [%d][%s]\n", i, supported_protocols[protocol].proto_name)); return; |