Fix a typo
authorVolker Lendecke <vl@samba.org>
Sat, 16 May 2009 14:05:37 +0000 (16:05 +0200)
committerVolker Lendecke <vl@samba.org>
Sat, 16 May 2009 17:22:03 +0000 (19:22 +0200)
source3/winbindd/idmap_util.c

index 7d261a611e30c6d48990aaa82d3f9d19782f3462..37b7ecb1f31efbdc1d69c7d80f414048292c1cd1 100644 (file)
@@ -94,7 +94,7 @@ NTSTATUS idmap_gid_to_sid(const char *domname, DOM_SID *sid, gid_t gid)
        struct id_map map;
        bool expired;
 
-       DEBUG(10,("idmap_gid_to_si: gid = [%lu], domain = '%s'\n",
+       DEBUG(10,("idmap_gid_to_sid: gid = [%lu], domain = '%s'\n",
                  (unsigned long)gid, domname?domname:"NULL"));
 
        if (winbindd_use_idmap_cache()