Changed function argument to un_attach

This commit is contained in:
Michiel Broek
2004-07-18 10:00:34 +00:00
parent 6a918f4cda
commit 3c81974807
3 changed files with 10 additions and 10 deletions

View File

@@ -291,7 +291,7 @@ int Add_BBS(qualify **qal)
for (tmpq = *qal; tmpq; tmpq = tmpq->next) {
if (tmpq->send) {
taka = fido2faddr(tmpq->aka);
un_attach(*(taka), temp2);
un_attach(taka, temp2);
tidy_faddr(taka);
}
}