More null deref fixes.
authorJeremy Allison <jra@samba.org>
Fri, 7 Dec 2007 22:37:00 +0000 (14:37 -0800)
committerJeremy Allison <jra@samba.org>
Fri, 7 Dec 2007 22:37:00 +0000 (14:37 -0800)
Jeremy
(This used to be commit 78c98796d9328723b7c46012adf5393134a4fea3)

source3/client/client.c

index a850334efa39edf6d1a15a691863971f71b5dfb4..18758c02166d3bc4406d46d7f659f0e73fc34838 100644 (file)
@@ -4764,7 +4764,7 @@ static int do_message_op(void)
                return do_tar_op(base_directory);
        }
 
-       if (*query_host) {
+       if (query_host) {
                char *qhost = query_host;
                char *slash;