Fixed a internet call problem when one of the protocols was forbidden

This commit is contained in:
Michiel Broek
2002-08-08 20:07:59 +00:00
parent bf178e4261
commit 63ef73187a
2 changed files with 3 additions and 1 deletions

View File

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