diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2013-04-03 22:36:11 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2013-04-03 22:41:08 +0200 |
commit | 4b0112576a5183d3f30429b8b8a8af54eaa675b5 (patch) | |
tree | 9784fcb8dcef93c40738f9bf519eabafc2b40add /nslcd | |
parent | d7990dee92e4e2ece7ede72f15f6ed6057640e1c (diff) |
Fix comment
Diffstat (limited to 'nslcd')
-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 9e22682..0816647 100644 --- a/nslcd/nslcd.c +++ b/nslcd/nslcd.c @@ -283,7 +283,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", |