X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fnetwork%2Fnetworkd-network.c;h=c99dab809b71054d27196710e41fb28d18e9dcd0;hb=16aa63a00b5b1db23a9c0b8de350ebf482d90cd0;hp=7e753e15aff27f55b69ca16898825378f0163272;hpb=6a0a2f860f1ca4a10932da3b41dbc3c0139757cc;p=elogind.git diff --git a/src/network/networkd-network.c b/src/network/networkd-network.c index 7e753e15a..c99dab809 100644 --- a/src/network/networkd-network.c +++ b/src/network/networkd-network.c @@ -66,11 +66,11 @@ static int network_load_one(Manager *manager, const char *filename) { if (!network->stacked_netdevs) return log_oom(); - network->addresses_by_section = hashmap_new(uint64_hash_func, uint64_compare_func); + network->addresses_by_section = hashmap_new(NULL, NULL); if (!network->addresses_by_section) return log_oom(); - network->routes_by_section = hashmap_new(uint64_hash_func, uint64_compare_func); + network->routes_by_section = hashmap_new(NULL, NULL); if (!network->routes_by_section) return log_oom();