X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fserv_pop3.c;h=59c7a2ca74c0282321826fd1b3fb900d907331ab;hb=9dc7bcd39e5c317b6ca3f4f84f458c9cfccb878d;hp=3112c3ea1a899d6f6025c60472d2f9c2f7f00db5;hpb=734fdd6797cc597be60ff9e9ab93477100f7d286;p=citadel.git diff --git a/citadel/serv_pop3.c b/citadel/serv_pop3.c index 3112c3ea1..59c7a2ca7 100644 --- a/citadel/serv_pop3.c +++ b/citadel/serv_pop3.c @@ -538,7 +538,7 @@ void pop3_command_loop(void) { char *Dynamic_Module_Init(void) { SYM_POP3 = CtdlGetDynamicSymbol(); - CtdlRegisterServiceHook(POP3_PORT, + CtdlRegisterServiceHook(config.c_pop3_port, NULL, pop3_greeting, pop3_command_loop);