summaryrefslogtreecommitdiff
path: root/source3/winbindd/idmap_adex/idmap_adex.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-09-24 02:44:34 +0200
committerGünther Deschner <gd@samba.org>2008-09-24 03:34:24 +0200
commit04979bcfb4f9575afc5bec58a53e840479ee3012 (patch)
tree4bd4bd707d0137d76084bae2259b499a09881ad0 /source3/winbindd/idmap_adex/idmap_adex.c
parent3ee016be9cb6d8d13efcf24fae5d5f0f314379c8 (diff)
downloadsamba-04979bcfb4f9575afc5bec58a53e840479ee3012.tar.gz
samba-04979bcfb4f9575afc5bec58a53e840479ee3012.tar.bz2
samba-04979bcfb4f9575afc5bec58a53e840479ee3012.zip
s3: fix idmap_adex.
Guenther
Diffstat (limited to 'source3/winbindd/idmap_adex/idmap_adex.c')
-rw-r--r--source3/winbindd/idmap_adex/idmap_adex.c2
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 23ab843e95..7596b1cbd8 100644
--- a/source3/winbindd/idmap_adex/idmap_adex.c
+++ b/source3/winbindd/idmap_adex/idmap_adex.c
@@ -454,7 +454,7 @@ NTSTATUS idmap_adex_init(void)
return NT_STATUS_OK;
}
-NTSTATUS nss_info_adex_init(void)
+static NTSTATUS nss_info_adex_init(void)
{
return idmap_adex_init();
}