]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5533a] bool true -> size_t 0
authorFrancis Dupont <fdupont@isc.org>
Sun, 18 Mar 2018 11:00:17 +0000 (12:00 +0100)
committerFrancis Dupont <fdupont@isc.org>
Sun, 18 Mar 2018 11:00:17 +0000 (12:00 +0100)
src/lib/dhcpsrv/tests/host_cache_unittest.cc

index 35008f657507ac3fd0a3af03887cd84452e714c2..fc137e2c5bc1db859bba52cac142cda237c39868 100644 (file)
@@ -51,7 +51,7 @@ public:
         }
         HostPtr host_copy(new Host(*host));
         store_.push_back(host_copy);
-        return (true);
+        return (0);
     }
 
     /// Remove