1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00
2004-09-19  Ulrich Drepper  <drepper@redhat.com>

	* resolv/res_mkquery.c (res_nmkquery): Fix typo.
This commit is contained in:
Ulrich Drepper
2004-09-19 20:52:52 +00:00
parent dcca3fe25f
commit 29e11320c9
2 changed files with 5 additions and 1 deletions

View 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);