From d4596fb6f52ba71c8d72c08048c5e8ed5c5649bf Mon Sep 17 00:00:00 2001 From: Greg Neagle Date: Sat, 22 Apr 2017 21:06:40 -0700 Subject: [PATCH] Fix a missed variable rename that caused logout notifications to be broken --- code/client/logouthelper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/client/logouthelper b/code/client/logouthelper index 65694d2c..dc892fdb 100755 --- a/code/client/logouthelper +++ b/code/client/logouthelper @@ -127,7 +127,7 @@ def alert_user_of_forced_logout(info_dict=None): dnc = NSDistributedNotificationCenter.defaultCenter() dnc.postNotificationName_object_userInfo_options_( 'com.googlecode.munki.ManagedSoftwareUpdate.logoutwarn', - None, info, + None, info_dict, NSNotificationDeliverImmediately + NSNotificationPostToAllSessions) # make sure flag is in place to cause munki to install at logout