1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-03 13:47:25 +03:00

r10045: metze reminded me to use the correct enum entry, rather than 0 for the

return here.

Andrew Bartlett
(This used to be commit 73bd6c75343808952d97e32be9f624aba11c78d1)
This commit is contained in:
Andrew Bartlett 2005-09-06 00:34:22 +00:00 committed by Gerald (Jerry) Carter
parent 9b8b2bb094
commit 1da54ac07c

View File

@ -105,7 +105,7 @@ static enum drsuapi_DsNameStatus LDB_lookup_spn_alias(krb5_context context, stru
}
if (strcasecmp(str, alias_from) == 0) {
*alias_to = mapping;
return 0;
return DRSUAPI_DS_NAME_STATUS_OK;
}
} while (p);
}