diff options
author | Günther Deschner <gd@samba.org> | 2011-11-14 16:29:57 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-11-14 18:44:41 +0100 |
commit | e80e218152ec59f454007116a36a3d1f65ad030a (patch) | |
tree | b854ff302dbb305ec9c37925ebe4f853b604e844 /source3/winbindd/idmap_adex | |
parent | f0117237fa7446bfd0ff8dbcba4e6625f44a397a (diff) | |
download | samba-e80e218152ec59f454007116a36a3d1f65ad030a.tar.gz samba-e80e218152ec59f454007116a36a3d1f65ad030a.tar.bz2 samba-e80e218152ec59f454007116a36a3d1f65ad030a.zip |
s3-modules: remove the last "init_module" traces.
Guenther
Diffstat (limited to 'source3/winbindd/idmap_adex')
-rw-r--r-- | source3/winbindd/idmap_adex/idmap_adex.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/winbindd/idmap_adex/idmap_adex.c b/source3/winbindd/idmap_adex/idmap_adex.c index 3ddd71624a..e2747849a4 100644 --- a/source3/winbindd/idmap_adex/idmap_adex.c +++ b/source3/winbindd/idmap_adex/idmap_adex.c @@ -30,8 +30,6 @@ #define WINBIND_CCACHE_NAME "MEMORY:winbind_ccache" -NTSTATUS init_module(void); - /* * IdMap backend */ |