From 74e5265d3921f18c7d626004e898837adb466d0c Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Sun, 10 Nov 2019 17:53:59 -0500 Subject: Bug 516464 - Remove passwords from cache when password manager contents are changed to prevent stale password attempts. Tag #1273 --- mailnews/compose/src/nsMsgSendLater.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mailnews/compose') diff --git a/mailnews/compose/src/nsMsgSendLater.cpp b/mailnews/compose/src/nsMsgSendLater.cpp index 97206f12b..66c90fc0b 100644 --- a/mailnews/compose/src/nsMsgSendLater.cpp +++ b/mailnews/compose/src/nsMsgSendLater.cpp @@ -154,7 +154,7 @@ nsMsgSendLater::Observe(nsISupports *aSubject, const char* aTopic, mTimerSet = false; } - else if (!strcmp(aTopic, "xpcom-shutdown")) + else if (!strcmp(aTopic, NS_XPCOM_SHUTDOWN_OBSERVER_ID)) { // We're shutting down. Unsubscribe from the unsentFolder notifications // they aren't any use to us now, we don't want to start sending more -- cgit v1.2.3