nss-pam-ldapd commit: r1881 - nss-pam-ldapd/nslcd
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1881 - 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: r1881 - nss-pam-ldapd/nslcd
- Date: Fri, 28 Dec 2012 22:04:28 +0100 (CET)
Author: arthur
Date: Fri Dec 28 22:04:27 2012
New Revision: 1881
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?revision=1881&view=revision
Log:
another comment typo fix
Modified:
nss-pam-ldapd/nslcd/service.c
Modified: nss-pam-ldapd/nslcd/service.c
==============================================================================
--- nss-pam-ldapd/nslcd/service.c Fri Dec 28 22:03:23 2012 (r1880)
+++ nss-pam-ldapd/nslcd/service.c Fri Dec 28 22:04:27 2012 (r1881)
@@ -144,7 +144,7 @@
/* if the service name is not yet found, get the first entry */
if (name == NULL)
name = aliases[0];
- /* check case of returned servies entry */
+ /* check case of returned services entry */
if ((reqname != NULL) && (STR_CMP(reqname, name) != 0))
{
for (i = 0; (aliases[i] != NULL) && (STR_CMP(reqname, aliases[i]) != 0);
i++)
--
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: r1881 - nss-pam-ldapd/nslcd,
Commits of the nss-pam-ldapd project