nss-pam-ldapd commit: r1611 - in nss-pam-ldapd: nslcd pynslcd
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1611 - in nss-pam-ldapd: nslcd pynslcd
- 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: r1611 - in nss-pam-ldapd: nslcd pynslcd
- Date: Fri, 20 Jan 2012 21:08:31 +0100 (CET)
Author: arthur
Date: Fri Jan 20 21:08:30 2012
New Revision: 1611
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?revision=1611&view=revision
Log:
formatting fixes
Modified:
nss-pam-ldapd/nslcd/netgroup.c
nss-pam-ldapd/pynslcd/pynslcd.py
Modified: nss-pam-ldapd/nslcd/netgroup.c
==============================================================================
--- nss-pam-ldapd/nslcd/netgroup.c Fri Jan 20 18:19:37 2012 (r1610)
+++ nss-pam-ldapd/nslcd/netgroup.c Fri Jan 20 21:08:30 2012 (r1611)
@@ -220,7 +220,6 @@
myldap_get_dn(entry),attmap_netgroup_cn);
return 0;
}
-
for (i=0;(names[i]!=NULL)&&(strcmp(reqname,names[i])!=0);i++)
/* nothing here */ ;
if (names[i]==NULL)
Modified: nss-pam-ldapd/pynslcd/pynslcd.py
==============================================================================
--- nss-pam-ldapd/pynslcd/pynslcd.py Fri Jan 20 18:19:37 2012 (r1610)
+++ nss-pam-ldapd/pynslcd/pynslcd.py Fri Jan 20 21:08:30 2012 (r1611)
@@ -272,7 +272,8 @@
sys.exit(1)
# normal check for pidfile locked
if pidfile.is_locked():
- logging.error('daemon may already be active, cannot acquire lock
(%s)', config.NSLCD_PIDFILE)
+ logging.error('daemon may already be active, cannot acquire lock (%s)',
+ config.NSLCD_PIDFILE)
sys.exit(1)
# daemonize
if debugging:
--
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: r1611 - in nss-pam-ldapd: nslcd pynslcd,
Commits of the nss-pam-ldapd project