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..."); /*