aboutsummaryrefslogtreecommitdiff
path: root/net/irrd-legacy/files/patch-lib_config_config__file.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/irrd-legacy/files/patch-lib_config_config__file.c')
-rw-r--r--net/irrd-legacy/files/patch-lib_config_config__file.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/irrd-legacy/files/patch-lib_config_config__file.c b/net/irrd-legacy/files/patch-lib_config_config__file.c
deleted file mode 100644
index 70891c6d9814..000000000000
--- a/net/irrd-legacy/files/patch-lib_config_config__file.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/config/config_file.c.orig 2015-04-03 11:26:26 UTC
-+++ lib/config/config_file.c
-@@ -772,7 +772,7 @@ config_line_address (uii_connection_t * uii, prefix_t
- Deref_Prefix (prefix);
- return (1);
- }
-- if (prefix_compare2 (UII->prefix, prefix) != 0) {
-+ if ( UII->prefix == NULL || prefix_compare2 (UII->prefix, prefix) != 0) {
- set_uii (UII, UII_ADDR, prefix, 0);
- listen_uii2 (NULL);
- }