diff options
-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 ) ); |