From 10ff3f6d075a3ef000f87912d2c400e8a8818206 Mon Sep 17 00:00:00 2001 From: "/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org" Date: Fri, 18 Jan 2008 12:37:28 +0000 Subject: Max Kellermann : 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. --- ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 02f6668..661ebe3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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) ------------------------------ -- cgit v1.2.3