From: divverent Date: Thu, 19 Apr 2012 20:27:57 +0000 (+0000) Subject: fix a warning that was there for a while X-Git-Tag: xonotic-v0.7.0~147 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=917dd099dd64a0eb4c8500753adfa0c09b2d263e;p=xonotic%2Fdarkplaces.git fix a warning that was there for a while git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11806 d7cf8633-e32d-0410-b094-e92efae38249 ::stable-branch::merge=982686bf289dad453366b192bfd486e7e0e8f6bf --- diff --git a/crypto.c b/crypto.c index 30b9bd86..c0f195ec 100644 --- a/crypto.c +++ b/crypto.c @@ -2158,7 +2158,7 @@ int Crypto_ClientParsePacket(const char *data_in, size_t len_in, char *data_out, int clientid = -1, serverid = -1, wantserverid = -1; qboolean server_can_auth = true; char wantserver_idfp[FP64_SIZE+1]; - int wantserver_aeslevel; + int wantserver_aeslevel = 0; // if we have a stored host key for the server, assume serverid to already be selected! // (the loop will refuse to overwrite this one then)