diff dbutil.c @ 358:e81d3bc1dc78

Forgot variable declaration.
author Matt Johnston <matt@ucc.asn.au>
date Mon, 11 Sep 2006 11:22:52 +0000
parents 9e2ad1023978
children b895f91c2ee6
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);