svn commit: samba r13672 - in branches/SAMBA_3_0_RELEASE: . source/libsmb

jerry at samba.org jerry at samba.org
Fri Feb 24 06:39:15 GMT 2006


Author: jerry
Date: 2006-02-24 06:39:13 +0000 (Fri, 24 Feb 2006)
New Revision: 13672

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

Log:
merge fixes for return valoue and release notes
Modified:
   branches/SAMBA_3_0_RELEASE/WHATSNEW.txt
   branches/SAMBA_3_0_RELEASE/source/libsmb/clientgen.c


Changeset:
Modified: branches/SAMBA_3_0_RELEASE/WHATSNEW.txt
===================================================================
--- branches/SAMBA_3_0_RELEASE/WHATSNEW.txt	2006-02-24 06:29:15 UTC (rev 13671)
+++ branches/SAMBA_3_0_RELEASE/WHATSNEW.txt	2006-02-24 06:39:13 UTC (rev 13672)
@@ -8,7 +8,7 @@
 bug-fixes.  Please read the following important changes in this
 release.
 
-Common bugs fixed in 3.0.21b include:
+Common bugs fixed in 3.0.21c include:
 
   o Access checks when deleting printer driver meta-data.
   o Several non-default combinations schannel and SPNEGO support.

Modified: branches/SAMBA_3_0_RELEASE/source/libsmb/clientgen.c
===================================================================
--- branches/SAMBA_3_0_RELEASE/source/libsmb/clientgen.c	2006-02-24 06:29:15 UTC (rev 13671)
+++ branches/SAMBA_3_0_RELEASE/source/libsmb/clientgen.c	2006-02-24 06:39:13 UTC (rev 13672)
@@ -360,7 +360,7 @@
 	BOOL ret;
 
 	if (!cli) {
-		return False;
+		return;
 	}
 
 	ret = cli_close(cli->cli, cli->fnum);



More information about the samba-cvs mailing list