summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);