mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
s3:winbindd: Fix a brown paper bag bug in wbinfo -t ...
This commit is contained in:
parent
74deee3cc9
commit
2308ec70a5
@ -42,7 +42,7 @@ struct tevent_req *winbindd_check_machine_acct_send(TALLOC_CTX *mem_ctx,
|
||||
return NULL;
|
||||
}
|
||||
|
||||
if (request->domain_name[0] == '0') {
|
||||
if (request->domain_name[0] == '\0') {
|
||||
/* preserve old behavior, when no domain name is given */
|
||||
domain = find_our_domain();
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user