summaryrefslogtreecommitdiffstats
path: root/auth/credentials/credentials_internal.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2013-07-31 14:25:54 +0200
committerAndrew Bartlett <abartlet@samba.org>2013-08-05 17:48:06 +1200
commit8ea36a8e58d499aa7bf342b365ca00cb39f295b6 (patch)
treecc7308a25a2f4a489c978efecaf37a9482dd32e8 /auth/credentials/credentials_internal.h
parent26a7420c1c4307023b22676cd85d95010ecbf603 (diff)
downloadsamba-8ea36a8e58d499aa7bf342b365ca00cb39f295b6.tar.gz
samba-8ea36a8e58d499aa7bf342b365ca00cb39f295b6.tar.xz
samba-8ea36a8e58d499aa7bf342b365ca00cb39f295b6.zip
auth/credentials: simplify password_tries state
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
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 5a3655b7352..f2f79b9f774 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;