Skip to content

Commit e630c33

Browse files
committed
remove unused variable
1 parent 95f3dd2 commit e630c33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ssh-keygen.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1468,7 +1468,7 @@ do_change_comment(struct passwd *pw)
14681468
struct sshkey *public;
14691469
struct stat st;
14701470
FILE *f;
1471-
int r, fd;
1471+
int r;
14721472

14731473
if (!have_identity)
14741474
ask_filename(pw, "Enter file in which the key is");

0 commit comments

Comments
 (0)