* added a comment infront of the svn modifieable returns. Now it will be me listed...
[citadel.git] / citadel / serv_pas2.c
index 0de1a66ee24549f7c91883585186106b37aedc0c..f2bc4e62f2b8f15afe4ee66c3b749e4f6f30cc4d 100644 (file)
@@ -88,5 +88,7 @@ void cmd_pas2(char *argbuf)
 char *serv_pas2_init(void)
 {
         CtdlRegisterProtoHook(cmd_pas2, "PAS2", "APOP-based login");
+
+       /* return our Subversion id for the Log */
         return "$Id$";
 }