From 2068e8cfe327943c70a6ba46f1d8bf9379c3a877 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 5 Mar 2011 09:48:52 +0100 Subject: [PATCH] vty: Remember if isup should be passed through or not. --- src/ss7_application.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ss7_application.c b/src/ss7_application.c index 831ae1e..ef74f3e 100644 --- a/src/ss7_application.c +++ b/src/ss7_application.c @@ -377,6 +377,8 @@ int ss7_application_start(struct ss7_application *app) void ss7_application_pass_isup(struct ss7_application *app, int pass) { + app->isup_pass = pass; + if (app->route_src.set) app->route_src.set->pass_all_isup = pass; if (app->route_dst.set)