Don't give up if sending to one link fails, continue.

Suggested by:	jmallett
This commit is contained in:
Ruslan Ermilov 2004-04-17 23:52:57 +00:00
parent 92803b6696
commit dfa515f294
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=128371

View File

@ -92,7 +92,7 @@ ng_hub_rcvdata(hook_p hook, item_p item)
meta2 = NULL;
NG_SEND_DATA(error, hook2, m2, meta2);
if (error)
break;
continue; /* don't give up */
}
}