summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--evdns.c2
-rw-r--r--event.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/evdns.c b/evdns.c
index 3224cce..4894401 100644
--- a/evdns.c
+++ b/evdns.c
@@ -1,4 +1,4 @@
-/* $Id: evdns.c,v 1.6 2007-11-03 19:41:55 root Exp $ */
+/* $Id: evdns.c,v 1.7 2007-11-03 20:24:42 root Exp $ */
/* The original version of this module was written by Adam Langley; for
* a history of modifications, check out the subversion logs.
diff --git a/event.c b/event.c
index 0c53e2f..904bd62 100644
--- a/event.c
+++ b/event.c
@@ -74,7 +74,7 @@ const char *event_get_method (void)
void *event_init (void)
{
- if (ev_init (0))
+ if (!x_cur && ev_init (0))
return x_cur = &x_base;
return 0;