passdb: remove a misleading comment from lookup_name_smbconf()
[samba.git] / 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. */