1
0
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:
Volker Lendecke 2009-12-21 22:34:55 +01:00
parent 74deee3cc9
commit 2308ec70a5

View File

@ -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 {