diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-08-10 09:57:30 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:29:26 -0500 |
commit | aece6db7148cad4876c90bb9da8653c780285abb (patch) | |
tree | 0fc216d583f58d0044bb60b889305d7bb1e08971 /source3/smbd | |
parent | f210f7c4320bb253944193f2a96d4f6c0169214f (diff) | |
download | samba-aece6db7148cad4876c90bb9da8653c780285abb.tar.gz samba-aece6db7148cad4876c90bb9da8653c780285abb.tar.bz2 samba-aece6db7148cad4876c90bb9da8653c780285abb.zip |
r24308: this needs a better fix that compiles...
metze
(This used to be commit 1a177eb08d4022c1ef7b5400ffdf426bcb9b97ff)
Diffstat (limited to 'source3/smbd')
-rw-r--r-- | source3/smbd/negprot.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/smbd/negprot.c b/source3/smbd/negprot.c index a28b2f3d4c..06b17a9a24 100644 --- a/source3/smbd/negprot.c +++ b/source3/smbd/negprot.c @@ -674,7 +674,6 @@ void reply_negprot(connection_struct *conn, struct smb_request *req) DEBUG(3,("Selected protocol %s\n",supported_protocols[protocol].proto_name)); } else { DEBUG(0,("No protocol supported !\n")); - SSVAL(outbuf,smb_vwv0,choice); } DEBUG( 5, ( "negprot index=%d\n", choice ) ); |