mirror of
https://github.com/samba-team/samba.git
synced 2025-03-20 22:50:26 +03:00
name_unregister_work() using strequal incorrectly.
lkcl (This used to be commit 1d1143fb6f6ba2b4c28bedf3985c162860d451ff)
This commit is contained in:
parent
841f3e9136
commit
999357a697
@ -407,7 +407,7 @@ void become_domain_master(struct subnet_record *d, struct work_record *work)
|
||||
not a workgroup
|
||||
*/
|
||||
|
||||
if ((!work) || (!d)) return;
|
||||
if (!work || !d) return;
|
||||
|
||||
DEBUG(2,("Becoming domain master for %s %s (currently at stage %d)\n",
|
||||
work->work_group,inet_ntoa(d->bcast_ip),work->dom_state));
|
||||
|
Loading…
x
Reference in New Issue
Block a user