s3:idmap: fix a comment typo
authorMichael Adam <obnox@samba.org>
Wed, 27 May 2009 17:26:32 +0000 (19:26 +0200)
committerMichael Adam <obnox@samba.org>
Wed, 27 May 2009 17:32:46 +0000 (19:32 +0200)
Michael

source3/winbindd/idmap.c

index c097170d0316f20ee710ebb66046cb6ea179b82c..4aa229cd6623ed34ff74f3aadc88bd5f4442e4de 100644 (file)
@@ -761,7 +761,7 @@ NTSTATUS idmap_backends_sid_to_unixid(const char *domain, struct id_map *id)
        struct idmap_domain *dom;
        struct id_map *maps[2];
 
-        DEBUG(10, ("idmap_backend_sid_to_unixid: domain = '%s', sid = [%s]\n",
+        DEBUG(10, ("idmap_backends_sid_to_unixid: domain = '%s', sid = [%s]\n",
                    domain?domain:"NULL", sid_string_dbg(id->sid)));
 
        maps[0] = id;