summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--dbutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbutil.c b/dbutil.c
index 52d9008..9445f0e 100644
--- a/dbutil.c
+++ b/dbutil.c
@@ -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);