mirror of
https://github.com/samba-team/samba.git
synced 2025-08-24 21:49:29 +03:00
name_unregister_work() using strequal incorrectly.
lkcl
(This used to be commit 1d1143fb6f
)
This commit is contained in:
@ -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));
|
||||
|
Reference in New Issue
Block a user