From d5e639588de9c88d5398cd047c5c73f6d439a5a7 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Sun, 20 Feb 2011 17:34:24 +0100 Subject: [gsm] Removed obsolete gsm.conf handling. Fixed minor compiling issues. --- interface.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'interface.c') diff --git a/interface.c b/interface.c index e7ab171..4b894cf 100644 --- a/interface.c +++ b/interface.c @@ -325,11 +325,9 @@ static int inter_portname(struct interface *interface, char *filename, int line, ifport = ifport->next; } - /* check for port already assigned, but not for shared gsm interface */ + /* check for port already assigned, but not for shared loop interface */ searchif = interface_newlist; -#if defined WITH_GSM_BS || defined WITH_GSM_MS - if (options.gsm && !strcmp(value, gsm->conf.interface_lcr)) -#endif + if (!!strcmp(value, options.loopback_lcr)) { while(searchif) { ifport = searchif->ifport; -- cgit v1.2.3-55-g7522