summaryrefslogtreecommitdiff
path: root/source3/client
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2002-06-25 00:22:21 +0000
committerGerald Carter <jerry@samba.org>2002-06-25 00:22:21 +0000
commit0c7925e4293c6ed7852c5fde2ba3376ada49f494 (patch)
treeb8d643f095716e9f50cda5675fac9b7a26f6d8c3 /source3/client
parent5116568601331ffa0e555332ad97da210857ca5f (diff)
downloadsamba-0c7925e4293c6ed7852c5fde2ba3376ada49f494.tar.gz
samba-0c7925e4293c6ed7852c5fde2ba3376ada49f494.tar.bz2
samba-0c7925e4293c6ed7852c5fde2ba3376ada49f494.zip
removed compiler warning
(This used to be commit 73ba155a6bba150b5bd8385fd609ed7fea30f02f)
Diffstat (limited to 'source3/client')
-rw-r--r--source3/client/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/client/client.c b/source3/client/client.c
index 8834f7d3f4..affc4e140e 100644
--- a/source3/client/client.c
+++ b/source3/client/client.c
@@ -2085,7 +2085,7 @@ static int process_command_string(char *cmd)
if (!cli) {
cli = do_connect(desthost, service);
if (!cli)
- return;
+ return 0;
}
while (cmd[0] != '\0') {