--- appbridge.cpp | 4 ++-- 1 files 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)