diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-10-25 10:30:14 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-10-28 13:10:28 +0200 |
commit | b256799eaf829fcb7d6e1d88de4478f77df8ff73 (patch) | |
tree | b0366498e602f56a999f08244deb41081e453b5a /source3/winbindd/idmap_adex | |
parent | 0ce09fcf7ae971a2dc4131fd137c925f0b9a57a4 (diff) | |
download | samba-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_adex')
-rw-r--r-- | source3/winbindd/idmap_adex/idmap_adex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/idmap_adex/idmap_adex.c b/source3/winbindd/idmap_adex/idmap_adex.c index 56e025d801..3ddd71624a 100644 --- a/source3/winbindd/idmap_adex/idmap_adex.c +++ b/source3/winbindd/idmap_adex/idmap_adex.c @@ -385,7 +385,7 @@ static struct nss_info_methods adex_nss_methods = { against the idmap and nss_info interfaces being in a half-registered state. **********************************************************************/ -NTSTATUS samba_init_module(void) +NTSTATUS samba_module_init(void) { static NTSTATUS idmap_status = NT_STATUS_UNSUCCESSFUL; static NTSTATUS nss_status = NT_STATUS_UNSUCCESSFUL; |