1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-05 21:57:51 +03:00

More null deref fixes.

Jeremy
This commit is contained in:
Jeremy Allison 2007-12-07 14:37:00 -08:00
parent 686e4e5efe
commit 78c98796d9

View 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;