diff options
Diffstat (limited to 'source3/winbindd/winbindd_pam.c')
-rw-r--r-- | source3/winbindd/winbindd_pam.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/winbindd/winbindd_pam.c b/source3/winbindd/winbindd_pam.c index 78b26250543..89104235555 100644 --- a/source3/winbindd/winbindd_pam.c +++ b/source3/winbindd/winbindd_pam.c @@ -1841,7 +1841,7 @@ process_result: cached_info3->base.full_name.string); } else { - /* this might fail so we dont check the return code */ + /* this might fail so we don't check the return code */ wcache_query_user_fullname(domain, info3, &user_sid, @@ -2002,7 +2002,7 @@ process_result: cached_info3->base.full_name.string); } else { - /* this might fail so we dont check the return code */ + /* this might fail so we don't check the return code */ wcache_query_user_fullname(domain, *info3, &user_sid, |