nss-pam-ldapd commit: r1470 - nss-pam-ldapd/nslcd
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1470 - 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: r1470 - nss-pam-ldapd/nslcd
- Date: Sun, 5 Jun 2011 10:58:36 +0200 (CEST)
Author: arthur
Date: Sun Jun 5 10:58:35 2011
New Revision: 1470
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?view=rev&revision=1470
Log:
fix r1468
Modified:
nss-pam-ldapd/nslcd/myldap.c
Modified: nss-pam-ldapd/nslcd/myldap.c
==============================================================================
--- nss-pam-ldapd/nslcd/myldap.c Sun Jun 5 10:55:13 2011 (r1469)
+++ nss-pam-ldapd/nslcd/myldap.c Sun Jun 5 10:58:35 2011 (r1470)
@@ -1448,13 +1448,13 @@
continue;
j=l;
/* skip spaces */
- while (isspace(exploded_rdn[i][j]) j++;
+ while (isspace(exploded_rdn[i][j])) j++;
/* ensure that we found an equals sign now */
if (exploded_rdn[i][j]!='=')
continue;
j++;
/* skip more spaces */
- while (isspace(exploded_rdn[i][j]) j++;
+ while (isspace(exploded_rdn[i][j])) j++;
/* ensure that we're not at the end of the string */
if (exploded_rdn[i][j]=='\0')
continue;
--
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: r1470 - nss-pam-ldapd/nslcd,
Commits of the nss-pam-ldapd project