summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2006-02-24 06:39:13 +0000
committerGerald Carter <jerry@samba.org>2006-02-24 06:39:13 +0000
commit4a478f189aa658a80daf8a6dfa2c99a41b5476d6 (patch)
tree1280df48f2e931afc4fd7e041bb8f8ee5d832d3a
parent60206dcfd0be652e968069ed74d4115c4e45d212 (diff)
downloadsamba-4a478f189aa658a80daf8a6dfa2c99a41b5476d6.tar.gz
r13672: merge fixes for return valoue and release notessamba-3.0.21c
-rw-r--r--WHATSNEW.txt2
-rw-r--r--source/libsmb/clientgen.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index dca2b0fc836..ff6f03a7cb8 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -8,7 +8,7 @@ that production Samba servers should be running for all current
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.
diff --git a/source/libsmb/clientgen.c b/source/libsmb/clientgen.c
index ac9f17f85db..258cf8c7585 100644
--- a/source/libsmb/clientgen.c
+++ b/source/libsmb/clientgen.c
@@ -360,7 +360,7 @@ void cli_rpc_pipe_close(struct rpc_pipe_client *cli)
BOOL ret;
if (!cli) {
- return False;
+ return;
}
ret = cli_close(cli->cli, cli->fnum);