X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fmodules%2Fpop3%2Fserv_pop3.c;fp=citadel%2Fmodules%2Fpop3%2Fserv_pop3.c;h=f4a3f06b17275f5dc84e968da04152ed7a2c892d;hp=caba331877fe9094dbe2bb01b3bae8f60b9d4f78;hb=0428f9c321bffd2afbd5c41c1170b74d240a5c64;hpb=2e7451798e995a31de43756aa8103f399f2143c7 diff --git a/citadel/modules/pop3/serv_pop3.c b/citadel/modules/pop3/serv_pop3.c index caba33187..f4a3f06b1 100644 --- a/citadel/modules/pop3/serv_pop3.c +++ b/citadel/modules/pop3/serv_pop3.c @@ -682,6 +682,6 @@ CTDL_MODULE_INIT(pop3) CtdlRegisterSessionHook(pop3_cleanup_function, EVT_STOP); } - /* return our Subversion id for the Log */ + /* return our module name for the log */ return "pop3"; }