From 58a7cff161d1af1631b67c533d59c39b0adcabda Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Sun, 10 Nov 2019 17:55:10 -0500 Subject: Bug 1461106 - Remove SMTP password from cache when deleted from password manager to prevent stale connection attempts. Tag #1273 --- mailnews/build/nsMailModule.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mailnews/build') diff --git a/mailnews/build/nsMailModule.cpp b/mailnews/build/nsMailModule.cpp index d0bcabe96..285a0dfc9 100644 --- a/mailnews/build/nsMailModule.cpp +++ b/mailnews/build/nsMailModule.cpp @@ -556,7 +556,7 @@ NS_DEFINE_NAMED_CID(NS_BAYESIANFILTER_CID); // compose factories //////////////////////////////////////////////////////////////////////////////// NS_GENERIC_FACTORY_CONSTRUCTOR(nsSmtpService) -NS_GENERIC_FACTORY_CONSTRUCTOR(nsSmtpServer) +NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsSmtpServer, Init) NS_GENERIC_FACTORY_CONSTRUCTOR(nsMsgCompose) NS_GENERIC_FACTORY_CONSTRUCTOR(nsMsgComposeParams) NS_GENERIC_FACTORY_CONSTRUCTOR(nsMsgComposeSendListener) -- cgit v1.2.3