diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2009-05-24 11:11:13 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2009-05-24 11:11:13 +0200 |
commit | 817d0ec30cf31a4a1cab4ba0a06119336ded86aa (patch) | |
tree | 3bba2b26cda304715696a5a4179460aee21607e9 /nslcd/ether.c | |
parent | 6bdd24fe2857258515496a6eedd7ee8650144582 (diff) |
initialise database modules only once after parsing config
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@893 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'nslcd/ether.c')
-rw-r--r-- | nslcd/ether.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nslcd/ether.c b/nslcd/ether.c index c3ff43d..0f8ca94 100644 --- a/nslcd/ether.c +++ b/nslcd/ether.c @@ -94,7 +94,7 @@ static int mkfilter_ether_byether(const struct ether_addr *addr, attmap_ether_macAddress,buf2); } -static void ether_init(void) +void ether_init(void) { int i; /* set up search bases */ |