From 91aea36bbf0aad99cfe9062eb61cb3335a8342a1 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 16 May 2009 16:05:37 +0200 Subject: [PATCH] Fix a typo --- source3/winbindd/idmap_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/winbindd/idmap_util.c b/source3/winbindd/idmap_util.c index 7d261a611e3..37b7ecb1f31 100644 --- a/source3/winbindd/idmap_util.c +++ b/source3/winbindd/idmap_util.c @@ -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() -- 2.11.4.GIT