From 33a182674a8c8735c17e627984bf49562aeb1370 Mon Sep 17 00:00:00 2001
From: Matt Johnston <matt@ucc.asn.au>
Date: Mon, 11 Sep 2006 11:22:52 +0000
Subject: [PATCH] Forgot variable declaration.

--HG--
extra : convert_revision : 08a0ab6d3e7efefaa07f3d428e9fe8a503f670ac
---
 dbutil.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dbutil.c b/dbutil.c
index 52d9008e..9445f0ef 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);
 
-- 
GitLab