mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 08:46:58 +08:00
removed debugging message
This commit is contained in:
@@ -154,7 +154,6 @@ void cleanup_client_entries(void *_db)
|
|||||||
|
|
||||||
t = htable_first(db, &iter);
|
t = htable_first(db, &iter);
|
||||||
while (t != NULL) {
|
while (t != NULL) {
|
||||||
fprintf(stderr, "entry[%d]: %s\n", t->have_session, t->username);
|
|
||||||
if (t->have_session == 0 && now - t->time > MAX_AUTH_SECS + SLACK_TIME) {
|
if (t->have_session == 0 && now - t->time > MAX_AUTH_SECS + SLACK_TIME) {
|
||||||
htable_delval(db, &iter);
|
htable_delval(db, &iter);
|
||||||
clean_entry(t);
|
clean_entry(t);
|
||||||
|
|||||||
Reference in New Issue
Block a user