# HG changeset patch # User Matt Johnston # Date 1157973772 0 # Node ID e81d3bc1dc78fd4b4002e34ffb57b66e18b5e726 # Parent 9e2ad10239785f893fa21142b45d556009b0c8d3 Forgot variable declaration. diff -r 9e2ad1023978 -r e81d3bc1dc78 dbutil.c --- 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);