summaryrefslogtreecommitdiff
path: root/lib/auth_srp_passwd.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/auth_srp_passwd.c')
-rw-r--r--lib/auth_srp_passwd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/auth_srp_passwd.c b/lib/auth_srp_passwd.c
index 6a1e986761..46daf24e78 100644
--- a/lib/auth_srp_passwd.c
+++ b/lib/auth_srp_passwd.c
@@ -346,8 +346,8 @@ _gnutls_srp_pwd_read_entry (gnutls_session_t state, char *username,
/* Keep the last index in memory, so we can retrieve fake parameters (g,n)
* when the user does not exist.
*/
- /* XXX: last_idx will not be read as both if block branches return. */
- last_idx = idx;
+ /* XXX: last_idx will not be read as both if block branches return. */
+ last_idx = idx;
if (pwd_read_conf (cred->password_conf_file, entry, idx) == 0)
{
return 0;