diff options
Diffstat (limited to 'source3/nsswitch/winbindd_user.c')
-rw-r--r-- | source3/nsswitch/winbindd_user.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/nsswitch/winbindd_user.c b/source3/nsswitch/winbindd_user.c index 9ac7c7faf2..ff4d89c1bb 100644 --- a/source3/nsswitch/winbindd_user.c +++ b/source3/nsswitch/winbindd_user.c @@ -91,8 +91,7 @@ static BOOL winbindd_fill_pwent(char *domain_name, char *name, return True; } -/* Return a password structure from a username. Specify whether cached data - can be returned. */ +/* Return a password structure from a username. */ enum winbindd_result winbindd_getpwnam_from_user(struct winbindd_cli_state *state) { |