diff --git a/rdo.c b/rdo.c index e91f4c0..3cfc1fa 100644 --- a/rdo.c +++ b/rdo.c @@ -65,7 +65,7 @@ int main(int argc, char** argv) { getconf(fp, "wrong_pw_sleep", wrong_pw_sleep, sizeof(wrong_pw_sleep)); getconf(fp, "session_ttl", session_ttl, sizeof(session_ttl)); sleep_ms = atoi(wrong_pw_sleep) * 1000; - ts_ttl = atoi(session_ttl) * 60 * 100; + ts_ttl = atoi(session_ttl) * 60; fclose(fp);