summaryrefslogtreecommitdiffstats
path: root/source3/winbindd/idmap_util.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-05-16 16:05:37 +0200
committerVolker Lendecke <vl@samba.org>2009-05-16 19:22:03 +0200
commit91aea36bbf0aad99cfe9062eb61cb3335a8342a1 (patch)
tree16c89d7f1fdf490ec6e90c24bf69baaaffeb0ca0 /source3/winbindd/idmap_util.c
parentad91ef7f968b289f449fdeb2eb4b1cdbfa682b4d (diff)
downloadsamba-91aea36bbf0aad99cfe9062eb61cb3335a8342a1.tar.gz
samba-91aea36bbf0aad99cfe9062eb61cb3335a8342a1.tar.xz
samba-91aea36bbf0aad99cfe9062eb61cb3335a8342a1.zip
Fix a typo
Diffstat (limited to 'source3/winbindd/idmap_util.c')
-rw-r--r--source3/winbindd/idmap_util.c2
1 files changed, 1 insertions, 1 deletions
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()