From 7b11cdb684c2328698149a27022415a25ea3d3e4 Mon Sep 17 00:00:00 2001 From: Alexander Huemer Date: Thu, 1 Mar 2012 07:51:26 +0100 Subject: [PATCH] Make appbridge.cpp compile, even without mISDN support. --- appbridge.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appbridge.cpp b/appbridge.cpp index efad0d9..7309c80 100644 --- a/appbridge.cpp +++ b/appbridge.cpp @@ -152,9 +152,9 @@ fail: } else #endif { + char *ifname = interface_out->name; #ifdef WITH_MISDN struct mISDNport *mISDNport; - char *ifname = interface_out->name; int channel = 0; struct admin_list *admin; int earlyb; @@ -199,7 +199,7 @@ fail: add_trace("interface", NULL, "%s", ifname); end_trace(); cause = 31; - goto fail + goto fail; #endif } if (!port) -- 2.13.6