diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2012-11-25 16:03:33 +0000 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2012-11-25 16:03:33 +0000 |
commit | c5597a12b4ba0639620c72aead1b80136252b656 (patch) | |
tree | 04b272b3079d4ee804e8dff4f9759bff2e99642f | |
parent | 25cb15f8e765ec2e197060acb5702af47ab85331 (diff) |
remove inline keyword (should have been removed in r1840)
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1842 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r-- | nslcd/nsswitch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nslcd/nsswitch.c b/nslcd/nsswitch.c index 4a9a864..1975a8f 100644 --- a/nslcd/nsswitch.c +++ b/nslcd/nsswitch.c @@ -163,7 +163,7 @@ static int shadow_uses_ldap(void) } /* check whether shadow lookups are configured to use ldap */ -inline int nsswitch_shadow_uses_ldap(void) +int nsswitch_shadow_uses_ldap(void) { if (cached_shadow_uses_ldap==CACHED_UNKNOWN) { |