svn commit: samba r24307 - in branches/SAMBA_3_2/source/smbd: .

metze at samba.org metze at samba.org
Fri Aug 10 09:56:14 GMT 2007


Author: metze
Date: 2007-08-10 09:56:13 +0000 (Fri, 10 Aug 2007)
New Revision: 24307

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=24307

Log:
fill in choise with value -1 on error
as we've done before revision 24002

metze
Modified:
   branches/SAMBA_3_2/source/smbd/negprot.c


Changeset:
Modified: branches/SAMBA_3_2/source/smbd/negprot.c
===================================================================
--- branches/SAMBA_3_2/source/smbd/negprot.c	2007-08-10 09:53:42 UTC (rev 24306)
+++ branches/SAMBA_3_2/source/smbd/negprot.c	2007-08-10 09:56:13 UTC (rev 24307)
@@ -674,6 +674,7 @@
 		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 ) );



More information about the samba-cvs mailing list