summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/motd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/motd.c b/src/motd.c
index 8f4d9b5..4d5bde9 100644
--- a/src/motd.c
+++ b/src/motd.c
@@ -466,7 +466,7 @@ motd_memory_count(struct Client *source_p)
DLINK_FOREACH(ptr, MotdList.other.head)
{
- const struct MotdCache *motd = ptr->data;
+ const struct Motd *motd = ptr->data;
mt++;
mtm += sizeof(struct Motd);