From 63ef73187aa197c2ebeef24a62a68e55f2fbbf5d Mon Sep 17 00:00:00 2001 From: Michiel Broek Date: Thu, 8 Aug 2002 20:07:59 +0000 Subject: [PATCH] Fixed a internet call problem when one of the protocols was forbidden --- ChangeLog | 2 ++ mbcico/call.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0abe8c4c..d7b9ea71 100644 --- a/ChangeLog +++ b/ChangeLog @@ -22,6 +22,8 @@ v0.35.03 06-Jul-2002 mbcico: Changed IsDoing information. Makes use of the node nodelist override settings. + Fixed a bug that mbcico refused to do internet calls when one + of the No IBN, No ITN or No IFC flags was set. mbout: Makes use of the node nodelist override settings. diff --git a/mbcico/call.c b/mbcico/call.c index 64017089..d1e2645d 100644 --- a/mbcico/call.c +++ b/mbcico/call.c @@ -150,7 +150,7 @@ int call(faddr *addr) * First see if this node can be reached over the internet and * that internet calls are allowed. */ - if (nlent->iflags && ((localoptions & (NOIBN | NOITN | NOIFC)) == 0)) { + if (nlent->iflags && ((localoptions & (NOIBN & NOITN & NOIFC)) == 0)) { if (!inetaddr) { Syslog('d', "Trying to find IP address..."); /*