summaryrefslogtreecommitdiff
path: root/auth/credentials/credentials_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'auth/credentials/credentials_internal.h')
-rw-r--r--auth/credentials/credentials_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/credentials/credentials_internal.h b/auth/credentials/credentials_internal.h
index 5a3655b735..f2f79b9f77 100644
--- a/auth/credentials/credentials_internal.h
+++ b/auth/credentials/credentials_internal.h
@@ -105,7 +105,7 @@ struct cli_credentials {
uint32_t gensec_features;
/* Number of retries left before bailing out */
- int tries;
+ uint32_t password_tries;
/* Whether any callback is currently running */
bool callback_running;