svn commit: samba r20014 - in branches/SAMBA_3_0/source/smbd: .

vlendec at samba.org vlendec at samba.org
Sun Dec 3 15:34:52 GMT 2006


Author: vlendec
Date: 2006-12-03 15:34:52 +0000 (Sun, 03 Dec 2006)
New Revision: 20014

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

Log:
Ouch.... "res" is not a flag here, it is the service number...
Modified:
   branches/SAMBA_3_0/source/smbd/service.c


Changeset:
Modified: branches/SAMBA_3_0/source/smbd/service.c
===================================================================
--- branches/SAMBA_3_0/source/smbd/service.c	2006-12-03 10:09:37 UTC (rev 20013)
+++ branches/SAMBA_3_0/source/smbd/service.c	2006-12-03 15:34:52 UTC (rev 20014)
@@ -288,7 +288,6 @@
 		TALLOC_FREE(value);
 	}
 
-	res = 0;
  error:
 
 	TALLOC_FREE(key);



More information about the samba-cvs mailing list