From: Chaskiel M Grundman Date: Thu, 25 Apr 2002 22:19:52 +0000 (+0000) Subject: STABLE12-rxkad-stats-initialize-to-placate-darwin-compiler-20020425 X-Git-Tag: openafs-stable-1_2_4~20 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=80ac52b89a91cce7855126ac005176c71d3fbbdf;p=packages%2Fo%2Fopenafs.git STABLE12-rxkad-stats-initialize-to-placate-darwin-compiler-20020425 because it deals badly with common symbols (cherry picked from commit 0c0eb03e9a806dc84b7c3251478de4766a8fd853) --- diff --git a/src/rxkad/rxkad_common.c b/src/rxkad/rxkad_common.c index 361f21c89..96f404acc 100644 --- a/src/rxkad/rxkad_common.c +++ b/src/rxkad/rxkad_common.c @@ -73,7 +73,7 @@ char *rxi_Alloc(); #ifndef KERNEL #define osi_Time() time(0) #endif -struct rxkad_stats rxkad_stats; +struct rxkad_stats rxkad_stats = {0}; /* this call sets up an endpoint structure, leaving it in *network* byte * order so that it can be used quickly for encryption.