1
0
mirror of https://github.com/coturn/coturn.git synced 2025-11-01 23:41:09 +01:00

compilation warning fixed)

This commit is contained in:
mom040267 2014-09-20 06:32:52 +00:00
parent ca26155a2a
commit 5fb22f9bbc

View File

@ -78,7 +78,7 @@ static int check_oauth(void) {
const char mac_key[33] = "ZksjpweoixXmvn67534m";
const size_t mac_key_length=strlen(mac_key);
const uint64_t token_timestamp = 92470300704768;
const uint64_t token_timestamp = (uint64_t)(92470300704768LL);
const uint32_t token_lifetime = 3600;
const char kid[33] = "2783466234";