nss-pam-ldapd commit: r1469 - nss-pam-ldapd-0.7/nslcd
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1469 - nss-pam-ldapd-0.7/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: r1469 - nss-pam-ldapd-0.7/nslcd
- Date: Sun, 5 Jun 2011 10:55:14 +0200 (CEST)
Author: arthur
Date: Sun Jun 5 10:55:13 2011
New Revision: 1469
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?view=rev&revision=1469
Log:
fix r1465 to split attribute/value at right place
Modified:
nss-pam-ldapd-0.7/nslcd/myldap.c
Modified: nss-pam-ldapd-0.7/nslcd/myldap.c
==============================================================================
--- nss-pam-ldapd-0.7/nslcd/myldap.c Sun Jun 5 10:54:12 2011 (r1468)
+++ nss-pam-ldapd-0.7/nslcd/myldap.c Sun Jun 5 10:55:13 2011 (r1469)
@@ -1451,7 +1451,7 @@
continue;
j++;
/* skip more spaces */
- for (j++;isspace(exploded_rdn[i][j]);j++)
+ for (;isspace(exploded_rdn[i][j]);j++)
/* nothing here */;
/* ensure that we're not at the end of the string */
if (exploded_rdn[i][j]=='\0')
--
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: r1469 - nss-pam-ldapd-0.7/nslcd,
Commits of the nss-pam-ldapd project