mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 16:57:00 +08:00
when multiple password prompts are sent, utilize a counter to differentiate them
This commit is contained in:
@@ -75,6 +75,7 @@ typedef struct client_entry_st {
|
||||
|
||||
char *msg_str;
|
||||
char *prompt_str;
|
||||
unsigned passwd_counter; /* if prompt_str is for a password this indicates the passwrd number (0,1,2) */
|
||||
|
||||
stats_st saved_stats; /* saved from previous cookie usage */
|
||||
stats_st stats; /* current */
|
||||
|
||||
Reference in New Issue
Block a user