diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2013-04-28 22:32:30 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2013-04-28 22:32:30 +0200 |
commit | ad0f171973ad037151c8674d9b026617ab5b5ba7 (patch) | |
tree | 2a5478545f39d97a9d7b0c050139f20ba03d5009 /nslcd/nslcd.c | |
parent | eba8da5c631c0a904c60ab32b291213244c0bd0d (diff) |
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
Diffstat (limited to 'nslcd/nslcd.c')
-rw-r--r-- | nslcd/nslcd.c | 2 |
1 files changed, 1 insertions, 1 deletions
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)); |