keep return from ret.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23502 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-08-11 10:00:07 +00:00
parent 6172e895f9
commit 4a4c73c2c4

View File

@@ -261,7 +261,7 @@ doit (const char *filename)
close (fd);
ret = loop (buf, len, 0);
free (buf);
return 0;
return ret;
}