BIND 10 trac1812, updated. 3cb8141e217c286deba1a1fd502014d834bc1dec [1812] remove newline
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Mar 19 15:30:30 UTC 2012
The branch, trac1812 has been updated
via 3cb8141e217c286deba1a1fd502014d834bc1dec (commit)
from 24bd60a747199c168133578be91d6833314e60a9 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 3cb8141e217c286deba1a1fd502014d834bc1dec
Author: Jelte Jansen <jelte at isc.org>
Date: Mon Mar 19 16:30:16 2012 +0100
[1812] remove newline
-----------------------------------------------------------------------
Summary of changes:
src/lib/nsas/hash.cc | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/nsas/hash.cc b/src/lib/nsas/hash.cc
index 4012e28..ac2af15 100644
--- a/src/lib/nsas/hash.cc
+++ b/src/lib/nsas/hash.cc
@@ -99,8 +99,7 @@ Hash::Hash(uint32_t tablesize, uint32_t maxkeylen, bool randomise) :
if (randomise) {
init_value.curtime = time(NULL);
- }
- else {
+ } else {
init_value.seed = 1;
}
srandom(init_value.seed);
More information about the bind10-changes
mailing list