summaryrefslogtreecommitdiff
path: root/source3/include/idmap.h
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2005-07-03 12:05:07 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:58:11 -0500
commit3a8af94424c8d60dd80f6b57806ef0b79465badc (patch)
tree9189748ee4115aa555d339c87bf7607469ac7201 /source3/include/idmap.h
parentd10c664b6151d3296d2fde5dc9833ea90e7ea0e8 (diff)
downloadsamba-3a8af94424c8d60dd80f6b57806ef0b79465badc.tar.gz
samba-3a8af94424c8d60dd80f6b57806ef0b79465badc.tar.bz2
samba-3a8af94424c8d60dd80f6b57806ef0b79465badc.zip
r8093: Next round. Now it compiles with --enable-socket-wrapper.
Volker (This used to be commit 25cbcfba30f534f3fb31627ba43421c42ccd5b0f)
Diffstat (limited to 'source3/include/idmap.h')
-rw-r--r--source3/include/idmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/idmap.h b/source3/include/idmap.h
index 7205058ee8..c81b94a718 100644
--- a/source3/include/idmap.h
+++ b/source3/include/idmap.h
@@ -50,7 +50,7 @@ struct idmap_methods {
NTSTATUS (*set_mapping)(const DOM_SID *sid, unid_t id, int id_type);
/* Called when backend is unloaded */
- NTSTATUS (*close)(void);
+ NTSTATUS (*close_fn)(void);
/* Called to dump backend status */
void (*status)(void);