diff options
| author | Volker Lendecke <vl@samba.org> | 2010-09-02 22:13:59 +0200 |
|---|---|---|
| committer | Volker Lendecke <vl@samba.org> | 2010-09-02 22:14:55 +0200 |
| commit | ac317eba25ab9d55866523858a5a9c6b1363de1f (patch) | |
| tree | bbfb7caf1f9826c94256c82eae72f6253795ce8d /source3/winbindd/idmap_adex | |
| parent | 4ca96834f3b77757d1e03fbc5290677b6724b785 (diff) | |
| download | samba-ac317eba25ab9d55866523858a5a9c6b1363de1f.tar.gz samba-ac317eba25ab9d55866523858a5a9c6b1363de1f.tar.xz samba-ac317eba25ab9d55866523858a5a9c6b1363de1f.zip | |
s3: Remove unused nss_info_adex_init()
Diffstat (limited to 'source3/winbindd/idmap_adex')
| -rw-r--r-- | source3/winbindd/idmap_adex/idmap_adex.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/winbindd/idmap_adex/idmap_adex.c b/source3/winbindd/idmap_adex/idmap_adex.c index 0902d55470..c21e2fd233 100644 --- a/source3/winbindd/idmap_adex/idmap_adex.c +++ b/source3/winbindd/idmap_adex/idmap_adex.c @@ -430,8 +430,3 @@ NTSTATUS idmap_adex_init(void) return NT_STATUS_OK; } - -static NTSTATUS nss_info_adex_init(void) -{ - return idmap_adex_init(); -} |
