* dnsglue.c (USE_RES_NINIT): Fix braino: define to 1, not empty
authorTom Yu <tlyu@mit.edu>
Fri, 16 Sep 2005 19:23:41 +0000 (19:23 +0000)
committerTom Yu <tlyu@mit.edu>
Fri, 16 Sep 2005 19:23:41 +0000 (19:23 +0000)
string.

ticket: 3172

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17382 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/os/ChangeLog
src/lib/krb5/os/dnsglue.c

index 90cb599c5c6374211958413021c386a252feb20c..8a76affc7a14c82cef2bcb68b749e027907918f4 100644 (file)
@@ -1,3 +1,8 @@
+2005-09-16  Tom Yu  <tlyu@mit.edu>
+
+       * dnsglue.c (USE_RES_NINIT): Fix braino: define to 1, not empty
+       string.
+
 2005-09-08  Tom Yu  <tlyu@mit.edu>
 
        * dnsglue.c: Implement better logic for choosing whether to use
index 03419bf77965acd7af42abf121486b881181792d..bd1eed7db32f13a9670726836d8fc91330b39479 100644 (file)
@@ -37,7 +37,7 @@
  * res_ninit() will have thread safety hacks for res_init() and _res.
  */
 #if HAVE_RES_NINIT && HAVE_RES_NDESTROY && HAVE_RES_NSEARCH
-#define USE_RES_NINIT
+#define USE_RES_NINIT 1
 #endif
 
 /*