nss-pam-ldapd commit: r1517 - nss-pam-ldapd/nslcd
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1517 - 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: r1517 - nss-pam-ldapd/nslcd
- Date: Wed, 24 Aug 2011 22:47:33 +0200 (CEST)
Author: arthur
Date: Wed Aug 24 22:47:32 2011
New Revision: 1517
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?view=rev&revision=1517
Log:
fix typo (thanks Nalin Dahyabhai)
Modified:
nss-pam-ldapd/nslcd/cfg.c
Modified: nss-pam-ldapd/nslcd/cfg.c
==============================================================================
--- nss-pam-ldapd/nslcd/cfg.c Wed Aug 24 22:45:23 2011 (r1516)
+++ nss-pam-ldapd/nslcd/cfg.c Wed Aug 24 22:47:32 2011 (r1517)
@@ -190,7 +190,7 @@
int rc;
char *hostlist=NULL,*nxt;
char buf[HOST_NAME_MAX+sizeof("ldap://")];
- log_log(LOG_DEBUG,"query %s for SVN records",domain);
+ log_log(LOG_DEBUG,"query %s for SRV records",domain);
rc=ldap_domain2hostlist(domain,&hostlist);
/* FIXME: have better error handling */
if ((hostlist==NULL)||(*hostlist=='\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: r1517 - nss-pam-ldapd/nslcd,
Commits of the nss-pam-ldapd project