blob: 52723b198ac9aeca74d1953f92f5fb02a194f996 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- lib/config/config_file.c.orig 2009-03-25 00:38:11.000000000 +0300
+++ lib/config/config_file.c 2011-06-24 17:09:08.000000000 +0400
@@ -772,7 +772,7 @@
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);
}
|