mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-14 00:04:13 +09:00
keep authentication failure count for -pw random pw option
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user