* added a comment infront of the svn modifieable returns. Now it will be me listed...
[citadel.git] / citadel / serv_inetcfg.c
index 5d49d5fa8951c645e2a412ff49debf74457fa390..d5623d989a60a0c8835b6426fff0ff7a10e3d165 100644 (file)
@@ -181,6 +181,8 @@ char *serv_inetcfg_init(void)
 {
        CtdlRegisterMessageHook(inetcfg_aftersave, EVT_AFTERSAVE);
        inetcfg_init();
+
+       /* return our Subversion id for the Log */
        return "$Id$";
 }