From: Francis Dupont Date: Fri, 26 Jun 2015 07:15:55 +0000 (+0200) Subject: [master] Finished merge of trac3919 (cppcheck small fixes) X-Git-Tag: trac3911_base~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26be6ac4cefde012ca8ef12607b6beaadca13eed;p=thirdparty%2Fkea.git [master] Finished merge of trac3919 (cppcheck small fixes) --- 26be6ac4cefde012ca8ef12607b6beaadca13eed diff --cc ChangeLog index 618459abff,0e179ff4cb..f8704f5eeb --- a/ChangeLog +++ b/ChangeLog @@@ -1,10 -1,3 +1,14 @@@ ++970. [bug] fdupont ++ Refactored some code to suppress cppcheck warnings. ++ (Trac #3919, git xxx) ++ +969. [func] tomek + KEA_SOCKET_TEST_DIR environment variable can be used to specify + the directory for opening Unix sockets during tests. That may + be used to avoid path length limitations when running unit-tests + in deeply nested directories. + (Trac #3918, git 9cfd502e8d4605eaf34f8744f90272dc3e8a3e34) + 968. [func] fdupont Changed all occurrences of unlink() to the more portable remove() to avoid problems on operating systems where the former is not