]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
removed compiler warning
authorGerald Carter <jerry@samba.org>
Tue, 25 Jun 2002 00:22:21 +0000 (00:22 +0000)
committerGerald Carter <jerry@samba.org>
Tue, 25 Jun 2002 00:22:21 +0000 (00:22 +0000)
source/client/client.c

index 8834f7d3f47c096933856c7e4c9a2b04661becc6..affc4e140e021b424deb914792034a3d1c3ee0af 100644 (file)
@@ -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')    {