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:
parent
686e4e5efe
commit
78c98796d9
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user