summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorFabian Keil <fk@fabiankeil.de>2009-08-24 19:33:09 +0200
committerSimon Josefsson <simon@josefsson.org>2009-08-31 12:50:21 +0200
commitf1005919e0cf0cb0c68a0cf334333712e5798538 (patch)
tree690b7c62811634f0d2eb7654c50d757acbd11219 /lib
parent44ededfbbf9f2ce99c772297e5039ec1696ad01e (diff)
downloadgnutls-f1005919e0cf0cb0c68a0cf334333712e5798538.tar.gz
Remove dead store in pwd_put_values().
Signed-off-by: Simon Josefsson <simon@josefsson.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/auth_srp_passwd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/auth_srp_passwd.c b/lib/auth_srp_passwd.c
index 376effda97..6a1e986761 100644
--- a/lib/auth_srp_passwd.c
+++ b/lib/auth_srp_passwd.c
@@ -65,7 +65,6 @@ pwd_put_values (SRP_PWD_ENTRY * entry, char *str)
*p = '\0';
p++;
- len = strlen (p);
indx = atoi (p);
if (indx == 0)
{