Hi, thanks a lot, I didn't hope to get such a quick reply.
Unfortunately there is a problem with the patch. In tunnel.c on line 217 int len; //make outputs a warning that len ist initalised. //changing to the following helped. int len = 0; In tunnel.c on line 442. tunnel.c:442: error: `anubis_assoc_cmp' undeclared (first use in this function) I greped through the code but couldn't find that variable anywhere. Regards Ben _______________________________________________ Bug-anubis mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-anubis
