nss-pam-ldapd commit: r1627 - nss-pam-ldapd/nslcd
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1627 - 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: r1627 - nss-pam-ldapd/nslcd
- Date: Mon, 5 Mar 2012 23:28:00 +0100 (CET)
Author: arthur
Date: Mon Mar 5 23:27:58 2012
New Revision: 1627
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?revision=1627&view=revision
Log:
remove extra newline from log message
Modified:
nss-pam-ldapd/nslcd/myldap.c
Modified: nss-pam-ldapd/nslcd/myldap.c
==============================================================================
--- nss-pam-ldapd/nslcd/myldap.c Mon Mar 5 22:53:54 2012 (r1626)
+++ nss-pam-ldapd/nslcd/myldap.c Mon Mar 5 23:27:58 2012 (r1627)
@@ -794,7 +794,7 @@
/* clear error flag */
rc=LDAP_SUCCESS;
if
(ldap_set_option(search->session->ld,LDAP_OPT_ERROR_NUMBER,&rc)!=LDAP_SUCCESS)
- log_log(LOG_WARNING,"failed to clear the error flag\n");
+ log_log(LOG_WARNING,"failed to clear the error flag");
pServerCtrls=NULL;
}
}
@@ -1188,7 +1188,7 @@
/* clear error flag */
rc=LDAP_SUCCESS;
if
(ldap_set_option(search->session->ld,LDAP_OPT_ERROR_NUMBER,&rc)!=LDAP_SUCCESS)
- log_log(LOG_WARNING,"failed to clear the error flag\n");
+ log_log(LOG_WARNING,"failed to clear the error flag");
}
/* TODO: handle the above return code?? */
ldap_controls_free(resultcontrols);
@@ -1459,7 +1459,7 @@
{
rc=LDAP_SUCCESS;
if
(ldap_set_option(entry->search->session->ld,LDAP_OPT_ERROR_NUMBER,&rc)!=LDAP_SUCCESS)
- log_log(LOG_WARNING,"failed to clear the error flag\n");
+ log_log(LOG_WARNING,"failed to clear the error flag");
}
else if (rc==LDAP_SUCCESS)
{
@@ -1569,7 +1569,7 @@
{
rc=LDAP_SUCCESS;
if
(ldap_set_option(entry->search->session->ld,LDAP_OPT_ERROR_NUMBER,&rc)!=LDAP_SUCCESS)
- log_log(LOG_WARNING,"failed to clear the error flag\n");
+ log_log(LOG_WARNING,"failed to clear the error flag");
}
else if (rc==LDAP_SUCCESS)
{
--
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: r1627 - nss-pam-ldapd/nslcd,
Commits of the nss-pam-ldapd project