# HG changeset patch # User Jelmer Vernooij # Date 1223145862 -7200 # Node ID 1d61af397e091123c4bc337d5ee66606e2f2d772 # Parent bb4157a604ec28806b7d54d0667d6c459b77f1d3 Fixed compile error when asyncns is not available [#17] Fixed a typo in lm-resolver that breaks compilation when libasyncns is not available. [#17 tagged:committed responsible:Hallski state:resolved] committer: Mikael Hallendal diff -r bb4157a604ec -r 1d61af397e09 loudmouth/lm-resolver.c --- a/loudmouth/lm-resolver.c Thu Aug 28 15:15:28 2008 +0200 +++ b/loudmouth/lm-resolver.c Sat Oct 04 20:44:22 2008 +0200 @@ -278,7 +278,7 @@ #if HAVE_ASYNCNS resolver = g_object_new (LM_TYPE_ASYNCNS_RESOLVER, NULL); -#elif +#else resolver = g_object_new (LM_TYPE_BLOCKING_RESOLVER, NULL); #endif