mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
#if 0/#endif debug only variable
(cherry picked from commit 373b9944b6)
This commit is contained in:
parent
8822c88c0b
commit
48ad4a65c8
1 changed files with 2 additions and 0 deletions
|
|
@ -292,8 +292,10 @@ postgres_get_resultset(const char *zone, const char *record,
|
|||
unsigned int i = 0;
|
||||
unsigned int j = 0;
|
||||
|
||||
#if 0
|
||||
/* temporarily get a unique thread # */
|
||||
unsigned int dlz_thread_num = 1+(int) (1000.0*rand()/(RAND_MAX+1.0));
|
||||
#endif
|
||||
|
||||
REQUIRE(*rs == NULL);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue