From decef80c7eb623e9925ac83130c03aa20a130048 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Wed, 3 Jun 2020 19:15:43 +0200 Subject: [PATCH 1/1] geoip-functions.pl: Remove non existing country codes. o1 (Other country) and yu (Yugoslavia) have been used in the past and are not part of libloc and therefore cannot be used anymore. Signed-off-by: Stefan Schantl --- config/cfgroot/geoip-functions.pl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config/cfgroot/geoip-functions.pl b/config/cfgroot/geoip-functions.pl index aaabd6f069..42541b1583 100644 --- a/config/cfgroot/geoip-functions.pl +++ b/config/cfgroot/geoip-functions.pl @@ -35,9 +35,7 @@ my %not_iso_3166_location = ( "an" => "Netherlands Antilles", "ap" => "Asia/Pacific Region", "eu" => "Europe", - "fx" => "France, Metropolitan", - "o1" => "Other Country", - "yu" => "Yugoslavia" + "fx" => "France, Metropolitan" ); # Directory where the libloc database and keyfile lives. -- 2.39.2