Skip to content

Commit

Permalink
Merge pull request #425 from f3sty/FCMtokens
Browse files Browse the repository at this point in the history
fix hash corruption in initFCMTokens()
  • Loading branch information
connortechnology committed Oct 30, 2022
2 parents e34dea9 + 5dec1b3 commit 5dfc6c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zmeventnotification.pl
Original file line number Diff line number Diff line change
Expand Up @@ -2867,7 +2867,7 @@ sub initFCMTokens {
push @active_connections,
{
type => FCM,
id => gettimeofday(),
id => int scalar gettimeofday(),
token => $token,
state => INVALID_CONNECTION,
time => time(),
Expand Down

0 comments on commit 5dfc6c8

Please sign in to comment.