diff options
Diffstat (limited to 'protocols/Steam/src/api/authorization.h')
-rw-r--r-- | protocols/Steam/src/api/authorization.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Steam/src/api/authorization.h b/protocols/Steam/src/api/authorization.h index 3d02c5deb5..b2ba2639c0 100644 --- a/protocols/Steam/src/api/authorization.h +++ b/protocols/Steam/src/api/authorization.h @@ -25,7 +25,7 @@ public: << CHAR_PARAM("captcha_text", captchaText)
<< CHAR_PARAM("rsatimestamp", timestamp)
<< BOOL_PARAM("rememberlogin", false)
- << INT64_PARAM("donotcache", time(NULL));
+ << INT64_PARAM("donotcache", now());
}
};
|