diff options
-rw-r--r-- | dbutil.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -530,7 +530,7 @@ int buf_readfile(buffer* buf, const char* filename) { int fd = -1; int len; int maxlen; - ret = DROPBEAR_FAILURE; + int ret = DROPBEAR_FAILURE; fd = open(filename, O_RDONLY); |