bug-anubis
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-anubis] Howto get all RCPT TO values?


From: Benjamin Fleckenstein
Subject: Re: [bug-anubis] Howto get all RCPT TO values?
Date: Tue, 30 Oct 2007 20:28:31 +0100

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]