added gnutls backend and moved backend code into new files
[ircu2.10.12-pk.git] / ircd / motd.c
index d0627e8f17bcc66ab891cdbd8b6dc541209a089f..bdad75eeb5bb5c20d7d3679b0dcc36461b2c4341 100644 (file)
@@ -447,10 +447,10 @@ motd_memory_count(struct Client *cptr)
   struct Motd *ptr;
   struct MotdCache *cache;
   unsigned int mt = 0,   /* motd count */
-               mtm = 0,  /* memory consumed by motd */
                mtc = 0,  /* motd cache count */
-               mtcm = 0, /* memory consumed by motd cache */
                mtf = 0;  /* motd free list count */
+  size_t mtm = 0,  /* memory consumed by motd */
+         mtcm = 0; /* memory consumed by motd cache */
   if (MotdList.local)
   {
     mt++;