diff --git a/src/sbbs3/getstats.c b/src/sbbs3/getstats.c
index 55357e7dc00233ab42262530ce09d128afc73240..0af183476ac4c2d035d63b1d7a79c61950c44703 100644
--- a/src/sbbs3/getstats.c
+++ b/src/sbbs3/getstats.c
@@ -51,6 +51,7 @@ BOOL DLLCALL getstats(scfg_t* cfg, char node, stats_t* stats)
         return(FALSE); 
 	}
     lseek(file,4L,SEEK_SET);    /* Skip update time/date */
+	/* TODO: Direct read of unpacked struct */
     read(file,stats,sizeof(stats_t));
     close(file);
 	return(TRUE);