* added a comment infront of the svn modifieable returns. Now it will be me listed...
[citadel.git] / citadel / serv_smtp.c
index 91aa236467ae1670d69e27b2c59586a2dac619fb..65476a9f4515d1c5fc2e6cc4baa7f12001da25f3 100644 (file)
@@ -1849,5 +1849,7 @@ char *serv_smtp_init(void)
        CtdlRegisterSessionHook(smtp_do_queue, EVT_TIMER);
        CtdlRegisterSessionHook(smtp_cleanup_function, EVT_STOP);
        CtdlRegisterProtoHook(cmd_smtp, "SMTP", "SMTP utility commands");
+
+       /* return our Subversion id for the Log */
        return "$Id$";
 }