diff options
author | /C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org </C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org> | 2008-01-17 17:10:40 +0000 |
---|---|---|
committer | /C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org </C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org> | 2008-01-17 17:10:40 +0000 |
commit | a156e55302d7ce35234b6075124d2b5ed4037c89 (patch) | |
tree | 51bf87c71bcd71dff92a6f5bbe36bbcd2fe15951 /ChangeLog | |
parent | a8f06005be7e61f0562d8c36d953f688922edf01 (diff) | |
download | conntrack-tools-a156e55302d7ce35234b6075124d2b5ed4037c89.tar.gz conntrack-tools-a156e55302d7ce35234b6075124d2b5ed4037c89.zip |
Max Kellerman <max@duempel.org>:
o always close stdin - even in non-daemon mode, it is of no use
o chdir("/") to release the cwd inode
o ignore setsid() failure, because there is only one possible and
o fix harmless error condition
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -71,6 +71,10 @@ o add missing printf arguments o use timeradd() since manipulating tv_sec directly o fix lots of gcc warnings o don't call INIT_LIST_HEAD on list item when unneeded +o always close stdin - even in non-daemon mode, it is of no use +o chdir("/") to release the cwd inode +o ignore setsid() failure, because there is only one possible and +o fix harmless error condition version 0.9.5 (2007/07/29) ------------------------------ |