]> git.ipfire.org Git - location/libloc.git/blobdiff - src/network.c
network: Remove deprecated sort call
[location/libloc.git] / src / network.c
index 10fa9974c2acf1bae7dac4dbeff2ec52a378295b..4d7ac79a9f252323bfb945c9ea141f0429b8645a 100644 (file)
@@ -738,9 +738,6 @@ LOC_EXPORT struct loc_network_list* loc_network_exclude_list(
 
        loc_network_list_unref(to_check);
 
-       // Sort the result
-       loc_network_list_sort(subnets);
-
        return subnets;
 }