From 790c5348a33ad28422e9356e598bf7084b0159b6 Mon Sep 17 00:00:00 2001 From: megamage Date: Wed, 2 Sep 2009 16:22:32 -0500 Subject: [8445] Fixed redundant calculation of v and s on every login Author: arrai The SRP-6 specifications clearly say, that v and s are only to be calculated on registering a user and changing his password; calculating them on every login is plain waste. --HG-- branch : trunk --- src/trinityrealm/Main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/trinityrealm/Main.cpp') diff --git a/src/trinityrealm/Main.cpp b/src/trinityrealm/Main.cpp index e44fbc60cdb..53f206f2573 100644 --- a/src/trinityrealm/Main.cpp +++ b/src/trinityrealm/Main.cpp @@ -148,6 +148,7 @@ extern int main(int argc, char **argv) sLog.outError("Could not find configuration file %s.", cfg_file); return 1; } + sLog.Initialize(); sLog.outString( "%s (realm-daemon)", _FULLVERSION ); sLog.outString( " to stop.\n" ); -- cgit v1.2.3