X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Fpop3%2Fserv_pop3.c;h=f4a3f06b17275f5dc84e968da04152ed7a2c892d;hb=5b6abae5eaa1a86db7cb2460bd283ad2e63abb0c;hp=caba331877fe9094dbe2bb01b3bae8f60b9d4f78;hpb=87d945420bbe4aaa3ed2e542b8df16e110ee0d85;p=citadel.git 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"; }