mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-07-23 22:15:37 +02:00
remove unused variable
This commit is contained in:
parent
95f3dd2fa8
commit
e630c334cb
@ -1468,7 +1468,7 @@ do_change_comment(struct passwd *pw)
|
|||||||
struct sshkey *public;
|
struct sshkey *public;
|
||||||
struct stat st;
|
struct stat st;
|
||||||
FILE *f;
|
FILE *f;
|
||||||
int r, fd;
|
int r;
|
||||||
|
|
||||||
if (!have_identity)
|
if (!have_identity)
|
||||||
ask_filename(pw, "Enter file in which the key is");
|
ask_filename(pw, "Enter file in which the key is");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user