nss-pam-ldapd commit: r1287 - nss-pam-ldapd/nslcd
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1287 - 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: r1287 - nss-pam-ldapd/nslcd
- Date: Sat, 16 Oct 2010 22:20:48 +0200 (CEST)
Author: arthur
Date: Sat Oct 16 22:20:47 2010
New Revision: 1287
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?view=rev&revision=1287
Log:
fix log message
Modified:
nss-pam-ldapd/nslcd/nslcd.c
Modified: nss-pam-ldapd/nslcd/nslcd.c
==============================================================================
--- nss-pam-ldapd/nslcd/nslcd.c Sat Oct 16 13:34:44 2010 (r1286)
+++ nss-pam-ldapd/nslcd/nslcd.c Sat Oct 16 22:20:47 2010 (r1287)
@@ -304,7 +304,7 @@
/* close the file descriptor on exit */
if (fcntl(sock,F_SETFD,FD_CLOEXEC)<0)
{
- log_log(LOG_ERR,"fctnl(F_SETFL,O_NONBLOCK) failed: %s",strerror(errno));
+ log_log(LOG_ERR,"fctnl(F_SETFL,FD_CLOEXEC) failed: %s",strerror(errno));
if (close(sock))
log_log(LOG_WARNING,"problem closing socket: %s",strerror(errno));
exit(EXIT_FAILURE);
--
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: r1287 - nss-pam-ldapd/nslcd,
Commits of the nss-pam-ldapd project