From: Jelte Jansen Date: Mon, 19 Mar 2012 15:30:16 +0000 (+0100) Subject: [1812] remove newline X-Git-Tag: trac2351_base~226^2~116^2~100^2~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3dfd3b25e2ed142ce86126c411e78194d890679f;p=thirdparty%2Fkea.git [1812] remove newline --- diff --git a/src/lib/nsas/hash.cc b/src/lib/nsas/hash.cc index 4012e282c2..ac2af15492 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);