From ff7275a4726ecdd858e61f564d51a06a13e0c715 Mon Sep 17 00:00:00 2001 From: Michiel Broek Date: Tue, 20 Jul 2004 19:36:12 +0000 Subject: [PATCH] Fixed AddBBS function for un_attach --- mbfido/addbbs.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/mbfido/addbbs.c b/mbfido/addbbs.c index 98722211..01522243 100644 --- a/mbfido/addbbs.c +++ b/mbfido/addbbs.c @@ -285,18 +285,16 @@ int Add_BBS(qualify **qal) /* * With the path to the 8.3 name, we can check if this file - * is attached for any possible downlink. - * We must get the qualify list passed so we have a quick systems list. + * is attached for any possible downlink. We use the qualify + * list created by the ptic function to check connected nodes + * only. */ - Syslog('p', "Enter un_attach loop"); for (tmpq = *qal; tmpq; tmpq = tmpq->next) { - Syslog('p', "loop"); if (tmpq->send) { taka = fido2faddr(tmpq->aka); un_attach(taka, temp2); tidy_faddr(taka); } - Syslog('p', "done"); } if (unlink(temp2) != 0)