remove unused variable

This commit is contained in:
lupo1977 2018-02-03 03:07:17 +01:00
parent 95f3dd2fa8
commit e630c334cb

View File

@ -1468,7 +1468,7 @@ do_change_comment(struct passwd *pw)
struct sshkey *public;
struct stat st;
FILE *f;
int r, fd;
int r;
if (!have_identity)
ask_filename(pw, "Enter file in which the key is");