summaryrefslogtreecommitdiff
path: root/ssh-vulnkey.c
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2008-05-26 00:29:25 +0000
committerColin Watson <cjwatson@debian.org>2008-05-26 00:29:25 +0000
commitf838b015ce4ee71935727c49d5722361e572666f (patch)
tree84cf37996d1076ebaca78ba174b6f1f1f5bf0d68 /ssh-vulnkey.c
parent1a41969a0407885588ca3250edc77726646ed0f1 (diff)
remove dead variable
Diffstat (limited to 'ssh-vulnkey.c')
-rw-r--r--ssh-vulnkey.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ssh-vulnkey.c b/ssh-vulnkey.c
index cd4d3ce76..9b64953b6 100644
--- a/ssh-vulnkey.c
+++ b/ssh-vulnkey.c
@@ -95,7 +95,6 @@ do_key(const char *filename, u_long linenum,
95 const Key *key, const char *comment) 95 const Key *key, const char *comment)
96{ 96{
97 Key *public; 97 Key *public;
98 struct stat st;
99 int blacklist_status; 98 int blacklist_status;
100 int ret = 1; 99 int ret = 1;
101 100