mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
name_unregister_work() using strequal incorrectly.
lkcl
This commit is contained in:
parent
1d89338fd9
commit
1d1143fb6f
@ -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…
Reference in New Issue
Block a user