fix warning

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23412 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-07-26 18:34:23 +00:00
parent 7b478c5c6a
commit 405983ffb9

View File

@@ -90,7 +90,8 @@ rk_undumpdata(const char *filename, void **buf, size_t *size)
ret = EINVAL; ret = EINVAL;
free(*buf); free(*buf);
*buf = NULL; *buf = NULL;
} } else
ret = 0;
out: out:
close(fd); close(fd);