]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Remove dead store in pwd_put_values().
authorFabian Keil <fk@fabiankeil.de>
Mon, 24 Aug 2009 17:33:09 +0000 (19:33 +0200)
committerSimon Josefsson <simon@josefsson.org>
Mon, 31 Aug 2009 10:50:21 +0000 (12:50 +0200)
Signed-off-by: Simon Josefsson <simon@josefsson.org>
lib/auth_srp_passwd.c

index 376effda97ac3ac75dacf91678ccbd504801a5e8..6a1e986761703bb4ca304efa91d39d6395462dc9 100644 (file)
@@ -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)
     {