X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fserv_smtp.c;h=b9457afe171e61c83f769afd60186c4f0b996e85;hb=9dc7bcd39e5c317b6ca3f4f84f458c9cfccb878d;hp=cda7c3d711a401aaac578881b9b1d7dcdcf5d8d9;hpb=734fdd6797cc597be60ff9e9ab93477100f7d286;p=citadel.git diff --git a/citadel/serv_smtp.c b/citadel/serv_smtp.c index cda7c3d71..b9457afe1 100644 --- a/citadel/serv_smtp.c +++ b/citadel/serv_smtp.c @@ -1426,7 +1426,7 @@ char *Dynamic_Module_Init(void) SYM_SMTP = CtdlGetDynamicSymbol(); SYM_SMTP_RECP = CtdlGetDynamicSymbol(); - CtdlRegisterServiceHook(SMTP_PORT, /* On the net... */ + CtdlRegisterServiceHook(config.c_smtp_port, /* On the net... */ NULL, smtp_greeting, smtp_command_loop);