From 5dec1b3fbd56845c6d13c92ec65f7f7373aa18c2 Mon Sep 17 00:00:00 2001 From: f3sty Date: Sun, 30 Oct 2022 15:00:47 +1100 Subject: [PATCH] fix hash corruption in initFCMTokens() --- zmeventnotification.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zmeventnotification.pl b/zmeventnotification.pl index 75c1c8ef..c66cd0aa 100755 --- a/zmeventnotification.pl +++ b/zmeventnotification.pl @@ -2867,7 +2867,7 @@ sub initFCMTokens { push @active_connections, { type => FCM, - id => gettimeofday(), + id => int scalar gettimeofday(), token => $token, state => INVALID_CONNECTION, time => time(),