diff options
author | Matt A. Tobin <email@mattatobin.com> | 2019-11-10 17:55:10 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2019-11-10 17:55:10 -0500 |
commit | 58a7cff161d1af1631b67c533d59c39b0adcabda (patch) | |
tree | 80c0401d6226fb57d80360caf2add54f125fd51e /mailnews/build | |
parent | 74e5265d3921f18c7d626004e898837adb466d0c (diff) | |
download | uxp-58a7cff161d1af1631b67c533d59c39b0adcabda.tar.gz |
Bug 1461106 - Remove SMTP password from cache when deleted from password manager to prevent stale connection attempts.
Tag #1273
Diffstat (limited to 'mailnews/build')
-rw-r--r-- | mailnews/build/nsMailModule.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mailnews/build/nsMailModule.cpp b/mailnews/build/nsMailModule.cpp index d0bcabe96a..285a0dfc90 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) |