commit 28eb5fb45325a1545ffc1b4fe3f574e8220d60c0
parent 13330921a082a277c241b34f1ced85df2fc9a813
Author: Christian Grothoff <christian@grothoff.org>
Date: Sat, 4 Sep 2010 18:04:31 +0000
fix
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/examples/digest_auth_example.c b/src/examples/digest_auth_example.c
@@ -98,6 +98,7 @@ main (int argc, char *const *argv)
fprintf (stderr, "Failed to read `%s': %s\n",
"/dev/urandom",
strerror (errno));
+ (void) close (fd);
return 1;
}
off += len;