Make appbridge.cpp compile, even without mISDN support.

This commit is contained in:
Alexander Huemer 2012-03-01 07:51:26 +01:00 committed by Andreas Eversberg
parent 4a7489749f
commit 7b11cdb684
1 changed files with 2 additions and 2 deletions

View File

@ -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)