1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
Jeremy
(This used to be commit 899d353a56)
This commit is contained in:
Jeremy Allison 2003-01-02 20:25:59 +00:00
parent da41ac6e6b
commit f1bebee955

View File

@ -191,7 +191,7 @@ enum winbindd_result winbindd_pam_auth_crap(struct winbindd_cli_state *state)
if (*state->request.data.auth_crap.domain) { if (*state->request.data.auth_crap.domain) {
char *dom = NULL; char *dom = NULL;
if (pull_utf8_talloc(mem_ctx, &dom, state->request.data.auth_crap.domain) (size_t)-1) { if (pull_utf8_talloc(mem_ctx, &dom, state->request.data.auth_crap.domain) == (size_t)-1) {
DEBUG(0, ("winbindd_pam_auth_crap: pull_utf8_talloc failed!\n")); DEBUG(0, ("winbindd_pam_auth_crap: pull_utf8_talloc failed!\n"));
} }
domain = dom; domain = dom;