summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sshsig.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sshsig.c b/sshsig.c
index ef6c4e52..781153fc 100644
--- a/sshsig.c
+++ b/sshsig.c
@@ -981,7 +981,7 @@ sshsig_find_principals(const char *path, const struct sshkey *sign_key,
char *line = NULL;
size_t linesize = 0;
u_long linenum = 0;
- int r, oerrno;
+ int r = SSH_ERR_INTERNAL_ERROR, oerrno;
if ((f = fopen(path, "r")) == NULL) {
oerrno = errno;