]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Finished merge of trac3919 (cppcheck small fixes)
authorFrancis Dupont <fdupont@isc.org>
Fri, 26 Jun 2015 07:15:55 +0000 (09:15 +0200)
committerFrancis Dupont <fdupont@isc.org>
Fri, 26 Jun 2015 07:15:55 +0000 (09:15 +0200)
1  2 
ChangeLog

diff --cc ChangeLog
index 618459abffb988f3d0d6e399c70bf018d8045f5f,0e179ff4cb2d0ae30405293eb269a1e36caf941a..f8704f5eeb93ec748dfa305f81eb8455033c8de1
+++ 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