On Tue, Oct 12, 2010 at 11:50 AM, Ralph Castain wrote:
>
> On Oct 12, 2010, at 8:59 AM, Nick Mathewson wrote:
>
>> On Tue, Oct 12, 2010 at 10:55 AM, Ralph Castain wrote:
>>> Hi folks
>>>
>>> I apologize for the ignorance - I'm sure this is something simple that I'm
>>> overlooking.
>>>
>>> I bui
On Oct 12, 2010, at 8:59 AM, Nick Mathewson wrote:
> On Tue, Oct 12, 2010 at 10:55 AM, Ralph Castain wrote:
>> Hi folks
>>
>> I apologize for the ignorance - I'm sure this is something simple that I'm
>> overlooking.
>>
>> I built libevent 2.0.7rc with the default configuration, so I did -not
On Tue, Oct 12, 2010 at 10:55 AM, Ralph Castain wrote:
> Hi folks
>
> I apologize for the ignorance - I'm sure this is something simple that I'm
> overlooking.
>
> I built libevent 2.0.7rc with the default configuration, so I did -not-
> specify --disable-debug. It is my understanding that the d
Hi folks
I apologize for the ignorance - I'm sure this is something simple that I'm
overlooking.
I built libevent 2.0.7rc with the default configuration, so I did -not- specify
--disable-debug. It is my understanding that the debug code is therefore built.
I have confirmed that this is the cas
It seems libevent 1.4 evdns can issue duplicate transaction ids,
if the double id is first one in the list.
See attached patch for quick fix.
--
marko
diff --git a/evdns.c b/evdns.c
index c85f6ea..e4213ff 100644
--- a/evdns.c
+++ b/evdns.c
@@ -1119,9 +1119,10 @@ transaction_id_pick(void) {