From ad0f171973ad037151c8674d9b026617ab5b5ba7 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Sun, 28 Apr 2013 20:32:30 +0000 Subject: various typo and other comment fixes (4b01125, b0785de, bfdf7cd, 4689d5f, dba048b, ebe5705 and 122c38d from 0.9) git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd-0.8@1950 ef36b2f9-881f-0410-afb5-c4e39611909c --- nslcd/nslcd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nslcd/nslcd.c') diff --git a/nslcd/nslcd.c b/nslcd/nslcd.c index 3d8a4ab..b2aa040 100644 --- a/nslcd/nslcd.c +++ b/nslcd/nslcd.c @@ -340,7 +340,7 @@ static int create_socket(const char *filename) log_log(LOG_WARNING,"problem closing socket: %s",strerror(errno)); exit(EXIT_FAILURE); } - /* close the file descriptor on exit */ + /* close the file descriptor on exec */ if (fcntl(sock,F_SETFD,FD_CLOEXEC)<0) { log_log(LOG_ERR,"fctnl(F_SETFL,FD_CLOEXEC) on %s failed: %s",filename,strerror(errno)); -- cgit v1.2.3