]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE12-rxkad-stats-initialize-to-placate-darwin-compiler-20020425
authorChaskiel M Grundman <cg2v@andrew.cmu.edu>
Thu, 25 Apr 2002 22:19:52 +0000 (22:19 +0000)
committerDerrick Brashear <shadow@dementia.org>
Thu, 25 Apr 2002 22:19:52 +0000 (22:19 +0000)
because it deals badly with common symbols

(cherry picked from commit 0c0eb03e9a806dc84b7c3251478de4766a8fd853)

src/rxkad/rxkad_common.c

index 361f21c8994e3cc5d8ca67110bcaa02baba02e26..96f404acced2d65594f5522c45d8e53a17a33ccb 100644 (file)
@@ -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.