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

Reply via email to