nss-pam-ldapd branch master updated. 0.8.12-88-g11283a5
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd branch master updated. 0.8.12-88-g11283a5
- 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 branch master updated. 0.8.12-88-g11283a5
- Date: Wed, 27 Feb 2013 22:54:41 +0100 (CET)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "nss-pam-ldapd".
The branch, master has been updated
via 11283a5f17e7b925b5b5daf101fdff28c1b890f2 (commit)
from 12076c7a62da5ce5ddcb71599391fdcd8423d0b2 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://arthurdejong.org/git/nss-pam-ldapd/commit/?id=11283a5f17e7b925b5b5daf101fdff28c1b890f2
commit 11283a5f17e7b925b5b5daf101fdff28c1b890f2
Author: Arthur de Jong <arthur@arthurdejong.org>
Date: Wed Feb 27 22:53:28 2013 +0100
add missing include statement for NULL definition
diff --git a/nss/common.c b/nss/common.c
index dd6769a..1e00475 100644
--- a/nss/common.c
+++ b/nss/common.c
@@ -21,6 +21,8 @@
#include "config.h"
+#include <stddef.h>
+
int _nss_ldap_enablelookups = 1;
/* version information about the NSS module */
-----------------------------------------------------------------------
Summary of changes:
nss/common.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
hooks/post-receive
--
nss-pam-ldapd
--
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 branch master updated. 0.8.12-88-g11283a5,
Commits of the nss-pam-ldapd project