changeset 358:e81d3bc1dc78

Forgot variable declaration.
author Matt Johnston <matt@ucc.asn.au>
date Mon, 11 Sep 2006 11:22:52 +0000
parents 9e2ad1023978
children 78518751cb82 59531221b846
files dbutil.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dbutil.c	Sun Aug 20 12:16:13 2006 +0000
+++ b/dbutil.c	Mon Sep 11 11:22:52 2006 +0000
@@ -530,7 +530,7 @@
 	int fd = -1;
 	int len;
 	int maxlen;
-	ret = DROPBEAR_FAILURE;
+	int ret = DROPBEAR_FAILURE;
 
 	fd = open(filename, O_RDONLY);