diff options
author | Tim Potter <tpot@samba.org> | 2001-10-29 04:57:20 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2001-10-29 04:57:20 +0000 |
commit | 7c98cf29f3a72993d0c7c0a76d843aa44536af03 (patch) | |
tree | 5042398744d46f4d24760b6f80a12ea1523564bc | |
parent | b8b04c4d5ee8c3a7f1f55fdd809dcda638a16efe (diff) | |
download | samba-7c98cf29f3a72993d0c7c0a76d843aa44536af03.tar.gz samba-7c98cf29f3a72993d0c7c0a76d843aa44536af03.tar.bz2 samba-7c98cf29f3a72993d0c7c0a76d843aa44536af03.zip |
Hey where did those 4 character tabs come from?
(This used to be commit 49d47238267c3a2e0fc466178b779a692a7809ff)
-rw-r--r-- | source3/nsswitch/winbindd_user.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source3/nsswitch/winbindd_user.c b/source3/nsswitch/winbindd_user.c index 21ca577b24..c279211589 100644 --- a/source3/nsswitch/winbindd_user.c +++ b/source3/nsswitch/winbindd_user.c @@ -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)) { |