diff options
author | Christian Ambach <ambi@samba.org> | 2011-10-20 17:59:32 +0200 |
---|---|---|
committer | Christian Ambach <ambi@samba.org> | 2011-10-21 16:30:56 +0200 |
commit | a4d245b3e8c4f7b911646464ba920fe71801358e (patch) | |
tree | b786c839f79f8bfff3523ea34f01bef31c1e264f /source3/winbindd/idmap_ad.c | |
parent | bfe1385e313156233c307855f507dbaf39e7616c (diff) | |
download | samba-a4d245b3e8c4f7b911646464ba920fe71801358e.tar.gz |
s3:winbindd/idmap make idmap modules loadable again
commit 355b5e3a831415d9bef97 changed the module system to
expect 'samba_init_module' as fixed initializer function
Diffstat (limited to 'source3/winbindd/idmap_ad.c')
-rw-r--r-- | source3/winbindd/idmap_ad.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/idmap_ad.c b/source3/winbindd/idmap_ad.c index 65b518074b5..a3ecc476e62 100644 --- a/source3/winbindd/idmap_ad.c +++ b/source3/winbindd/idmap_ad.c @@ -1096,7 +1096,7 @@ static struct nss_info_methods nss_sfu20_methods = { Initialize the plugins ***********************************************************************/ -NTSTATUS idmap_ad_init(void) +NTSTATUS samba_init_module(void) { static NTSTATUS status_idmap_ad = NT_STATUS_UNSUCCESSFUL; static NTSTATUS status_nss_rfc2307 = NT_STATUS_UNSUCCESSFUL; |