summaryrefslogtreecommitdiffstats
path: root/tcpip/rip98r.c
diff options
context:
space:
mode:
Diffstat (limited to 'tcpip/rip98r.c')
-rw-r--r--tcpip/rip98r.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcpip/rip98r.c b/tcpip/rip98r.c
index 9a623ff..f8d8090 100644
--- a/tcpip/rip98r.c
+++ b/tcpip/rip98r.c
@@ -128,7 +128,7 @@ void receive_routes(int s)
continue;
}
- if (restrict) {
+ if (route_restrict) {
if (network != 44) {
if (debug && logging)
syslog(LOG_DEBUG, " route to %s/%d metric %d - rejected\n", inet_ntoa(addr), bits, metric);