mirror of
https://github.com/samba-team/samba.git
synced 2025-03-11 16:58:40 +03:00
Hey where did those 4 character tabs come from?
This commit is contained in:
parent
da2c167660
commit
49d4723826
@ -146,8 +146,8 @@ enum winbindd_result winbindd_getpwnam_from_user(struct winbindd_cli_state
|
||||
winbind_lookup_userinfo() */
|
||||
|
||||
if (!(mem_ctx = talloc_init())) {
|
||||
DEBUG(1, ("out of memory\n"));
|
||||
return WINBINDD_ERROR;
|
||||
DEBUG(1, ("out of memory\n"));
|
||||
return WINBINDD_ERROR;
|
||||
}
|
||||
|
||||
sid_split_rid(&user_sid, &user_rid);
|
||||
@ -240,8 +240,8 @@ enum winbindd_result winbindd_getpwnam_from_uid(struct winbindd_cli_state
|
||||
/* Get some user info */
|
||||
|
||||
if (!(mem_ctx = talloc_init())) {
|
||||
DEBUG(1, ("out of memory\n"));
|
||||
return WINBINDD_ERROR;
|
||||
DEBUG(1, ("out of memory\n"));
|
||||
return WINBINDD_ERROR;
|
||||
}
|
||||
|
||||
if (!winbindd_lookup_userinfo(domain, mem_ctx, user_rid, &user_info)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user