nss-pam-ldapd commit: r1842 - nss-pam-ldapd/nslcd
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1842 - nss-pam-ldapd/nslcd
- From: Commits of the nss-pam-ldapd project <nss-pam-ldapd-commits [at] lists.arthurdejong.org>
- To: nss-pam-ldapd-commits [at] lists.arthurdejong.org
- Reply-to: nss-pam-ldapd-users [at] lists.arthurdejong.org
- Subject: nss-pam-ldapd commit: r1842 - nss-pam-ldapd/nslcd
- Date: Sun, 25 Nov 2012 17:03:33 +0100 (CET)
Author: arthur
Date: Sun Nov 25 17:03:33 2012
New Revision: 1842
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?revision=1842&view=revision
Log:
remove inline keyword (should have been removed in r1840)
Modified:
nss-pam-ldapd/nslcd/nsswitch.c
Modified: nss-pam-ldapd/nslcd/nsswitch.c
==============================================================================
--- nss-pam-ldapd/nslcd/nsswitch.c Sun Nov 25 16:56:58 2012 (r1841)
+++ nss-pam-ldapd/nslcd/nsswitch.c Sun Nov 25 17:03:33 2012 (r1842)
@@ -163,7 +163,7 @@
}
/* 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)
{
--
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-commits/
- nss-pam-ldapd commit: r1842 - nss-pam-ldapd/nslcd,
Commits of the nss-pam-ldapd project