]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - src/s_stats.c
Need to initialize linebuf separately.
[irc/rqf/shadowircd.git] / src / s_stats.c
index ac7c4934701ce15fec5f4ea281a787c724d636ae..c972293a3344cd948e6f0529db3ce17746fe0aaf 100644 (file)
@@ -41,7 +41,8 @@
 /*
  * stats stuff
  */
-struct ServerStatistics ServerStats;
+static struct ServerStatistics ircst;
+struct ServerStatistics *ServerStats = &ircst;
 
 void
 init_stats()