summaryrefslogtreecommitdiff
path: root/source3/winbindd/idmap_autorid.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-10-25 10:30:14 +1100
committerAndrew Bartlett <abartlet@samba.org>2011-10-28 13:10:28 +0200
commitb256799eaf829fcb7d6e1d88de4478f77df8ff73 (patch)
treeb0366498e602f56a999f08244deb41081e453b5a /source3/winbindd/idmap_autorid.c
parent0ce09fcf7ae971a2dc4131fd137c925f0b9a57a4 (diff)
downloadsamba-b256799eaf829fcb7d6e1d88de4478f77df8ff73.tar.gz
samba-b256799eaf829fcb7d6e1d88de4478f77df8ff73.tar.bz2
samba-b256799eaf829fcb7d6e1d88de4478f77df8ff73.zip
lib/util Rename samba_init_module -> samba_module_init
This is to provide a cleaner namespace in the public samba plugin functions. Andrew Bartlett
Diffstat (limited to 'source3/winbindd/idmap_autorid.c')
-rw-r--r--source3/winbindd/idmap_autorid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/idmap_autorid.c b/source3/winbindd/idmap_autorid.c
index 1a88fd4cb8..8d32f0e349 100644
--- a/source3/winbindd/idmap_autorid.c
+++ b/source3/winbindd/idmap_autorid.c
@@ -668,7 +668,7 @@ static struct idmap_methods autorid_methods = {
.allocate_id = idmap_autorid_allocate_id
};
-NTSTATUS samba_init_module(void)
+NTSTATUS samba_module_init(void)
{
return smb_register_idmap(SMB_IDMAP_INTERFACE_VERSION,
"autorid", &autorid_methods);