mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +03:00
s3: Fix some False/NULL hickups
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Dec 20 13:13:17 CET 2011 on sn-devel-104
This commit is contained in:
committed by
Volker Lendecke
parent
d0ab0a4cee
commit
75d3b9ce08
@ -3037,7 +3037,7 @@ struct cli_state *get_ipc_connect_master_ip_bcast(TALLOC_CTX *ctx,
|
||||
if (!NT_STATUS_IS_OK(status)) {
|
||||
DEBUG(99, ("No master browsers responded: %s\n",
|
||||
nt_errstr(status)));
|
||||
return False;
|
||||
return NULL;
|
||||
}
|
||||
|
||||
for (i = 0; i < count; i++) {
|
||||
|
Reference in New Issue
Block a user