passdb: remove a misleading comment from lookup_name_smbconf()
authorMichael Adam <obnox@samba.org>
Wed, 3 Aug 2016 22:06:08 +0000 (00:06 +0200)
committerMichael Adam <obnox@samba.org>
Thu, 4 Aug 2016 16:26:07 +0000 (18:26 +0200)
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source3/passdb/lookup_sid.c

index 1ffd657a720ec094402a01034cca1cea592793f3..110bdd3e9b4be97e85b0d684cae8d5f41510ed7d 100644 (file)
@@ -401,7 +401,6 @@ bool lookup_name_smbconf(TALLOC_CTX *mem_ctx,
        char *qualified_name;
        const char *p;
 
-       /* NB. No winbindd_separator here as lookup_name needs \\' */
        if ((p = strchr_m(full_name, *lp_winbind_separator())) != NULL) {
 
                /* The name is already qualified with a domain. */