]> git.ipfire.org Git - location/libloc.git/commit
location-importer.in: Braindead me accidentally forgot a "break" statement
authorPeter Müller <peter.mueller@ipfire.org>
Sun, 8 Aug 2021 21:31:58 +0000 (23:31 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 11 Aug 2021 10:04:41 +0000 (10:04 +0000)
commit48770ca84d206e8f4693c1d835da4fba97f3031b
treecb8fa99f1e05803c5890ba50e78282ef30a3a851
parent426e0bee1cb64470ce7da1bac417f018bd56b939
location-importer.in: Braindead me accidentally forgot a "break" statement

This one apparently went down the drain between these two patches:
- https://patchwork.ipfire.org/project/location/patch/20210522125758.28770-1-peter.mueller@ipfire.org/
- https://patchwork.ipfire.org/project/location/patch/aefd1904-4b38-f5cf-ab1d-9d69636cf914@ipfire.org/

Due to other safeguards, the current damage in production is limited to:

location=# SELECT * FROM networks WHERE country = 'ZZ';
      network       | country | original_countries | source
--------------------+---------+--------------------+--------
 130.195.64.0/19    | ZZ      | {ZZ}               | APNIC
 130.195.96.0/19    | ZZ      | {ZZ}               | APNIC
 122.252.24.0/21    | ZZ      | {ZZ}               | APNIC
 2406:840:10::/48   | ZZ      | {ZZ}               | APNIC
 2406:840:fd0f::/48 | ZZ      | {ZZ}               | APNIC
(5 rows)

Fixes: #12673
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/python/location-importer.in