Update.
authorUlrich Drepper <drepper@redhat.com>
Sun, 19 Sep 2004 20:52:52 +0000 (20:52 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 19 Sep 2004 20:52:52 +0000 (20:52 +0000)
2004-09-19  Ulrich Drepper  <drepper@redhat.com>

* resolv/res_mkquery.c (res_nmkquery): Fix typo.

ChangeLog
resolv/res_mkquery.c

index c25b747..f847079 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-09-19  Ulrich Drepper  <drepper@redhat.com>
+
+       * resolv/res_mkquery.c (res_nmkquery): Fix typo.
+
 2004-09-18  Ulrich Drepper  <drepper@redhat.com>
 
        * sysdeps/unisx/sysv/linux/dl-execstack.c: Get protection flag
index 2d25b16..5b705b0 100644 (file)
@@ -138,7 +138,7 @@ res_nmkquery(res_state statp,
 #else
            struct timeval tv;
            __gettimeofday (&tv, NULL);
-           random_time_bits = (tv.tv_sec << 8) ^ tv.tv_usec;
+           randombits = (tv.tv_sec << 8) ^ tv.tv_usec;
 #endif
          }
        while (randombits == 0);