From 413e58e9a721e588a730fca253f160c8042f463c Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Thu, 9 Jan 2003 01:16:12 +0000 Subject: [PATCH] Correct misleading comment: winbindd_lookupname gets the SID for a name, not vice versa. (This used to be commit be835d01e10a75aecfb1b166bc6e0ea796c60cce) --- source3/nsswitch/winbindd_sid.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source3/nsswitch/winbindd_sid.c b/source3/nsswitch/winbindd_sid.c index 44f857d6be..6ab2eaa646 100644 --- a/source3/nsswitch/winbindd_sid.c +++ b/source3/nsswitch/winbindd_sid.c @@ -72,8 +72,10 @@ enum winbindd_result winbindd_lookupsid(struct winbindd_cli_state *state) return WINBINDD_OK; } -/* Convert a sid to a string */ +/** + * Look up the SID for a qualified name. + **/ enum winbindd_result winbindd_lookupname(struct winbindd_cli_state *state) { enum SID_NAME_USE type; -- 2.34.1