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

metze at samba.org metze at samba.org
Fri Aug 10 09:57:30 GMT 2007


Author: metze
Date: 2007-08-10 09:57:30 +0000 (Fri, 10 Aug 2007)
New Revision: 24308

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

Log:
this needs a better fix that compiles...

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:56:13 UTC (rev 24307)
+++ branches/SAMBA_3_2/source/smbd/negprot.c	2007-08-10 09:57:30 UTC (rev 24308)
@@ -674,7 +674,6 @@
 		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