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-18 12:37:28 +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-18 12:37:28 +0000 |
commit | 10ff3f6d075a3ef000f87912d2c400e8a8818206 (patch) | |
tree | c4beacaabe13b906ff45fdf479845f67d9391385 /ChangeLog | |
parent | 17960668a2f901ec0855a6fac99ed652a5136ac6 (diff) | |
download | conntrack-tools-10ff3f6d075a3ef000f87912d2c400e8a8818206.tar.gz conntrack-tools-10ff3f6d075a3ef000f87912d2c400e8a8818206.zip |
Max Kellermann <max@duempel.org>:
there is no need to check capabilities - the socket() call will fail a
few lines later anyway, producing an error message which is good enough.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -87,6 +87,7 @@ o use size_t for buffer sizes o import only required C headers and put local headers on top to check o fix double free() bug in the error output path of mcast_create() o eliminate unsed cache_get_conntrack() in rs_list_to_tx() +o remove capability code and rely on the error returned by the syscall version 0.9.5 (2007/07/29) ------------------------------ |