keep authentication failure count for -pw random pw option

This commit is contained in:
F. Duncanh
2025-04-24 09:58:46 -04:00
parent f8ad47d9b4
commit 443f7c65d8
2 changed files with 20 additions and 4 deletions

View File

@@ -80,7 +80,8 @@ struct raop_s {
/* used in digest authentication */
char *nonce;
char * random_pw;
char *random_pw;
unsigned char auth_fail_count;
};
struct raop_conn_s {