diff options
-rw-r--r-- | sshsig.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -981,7 +981,7 @@ sshsig_find_principals(const char *path, const struct sshkey *sign_key, | |||
981 | char *line = NULL; | 981 | char *line = NULL; |
982 | size_t linesize = 0; | 982 | size_t linesize = 0; |
983 | u_long linenum = 0; | 983 | u_long linenum = 0; |
984 | int r, oerrno; | 984 | int r = SSH_ERR_INTERNAL_ERROR, oerrno; |
985 | 985 | ||
986 | if ((f = fopen(path, "r")) == NULL) { | 986 | if ((f = fopen(path, "r")) == NULL) { |
987 | oerrno = errno; | 987 | oerrno = errno; |