* added a comment infront of the svn modifieable returns. Now it will be me listed...
[citadel.git] / citadel / serv_expire.c
index 6e6306e99a74fda0e0bc0f0e136163a9b98c1871..ab0a95214663a0b1bec10de98dec894a75d1aa53 100644 (file)
@@ -840,5 +840,7 @@ char *serv_expire_init(void)
 {
        CtdlRegisterSessionHook(purge_databases, EVT_TIMER);
        CtdlRegisterProtoHook(cmd_fsck, "FSCK", "Check message ref counts");
+
+       /* return our Subversion id for the Log */
        return "$Id$";
 }