git.samba.org
/
ira
/
wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad91ef7
)
Fix a typo
author
Volker Lendecke
<vl@samba.org>
Sat, 16 May 2009 14:05:37 +0000
(16:05 +0200)
committer
Volker Lendecke
<vl@samba.org>
Sat, 16 May 2009 17:22:03 +0000
(19:22 +0200)
source3/winbindd/idmap_util.c
patch
|
blob
|
history
diff --git
a/source3/winbindd/idmap_util.c
b/source3/winbindd/idmap_util.c
index 7d261a611e30c6d48990aaa82d3f9d19782f3462..37b7ecb1f31efbdc1d69c7d80f414048292c1cd1 100644
(file)
--- 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_si
d
: gid = [%lu], domain = '%s'\n",
(unsigned long)gid, domname?domname:"NULL"));
if (winbindd_use_idmap_cache()