gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r12839 - libmicrohttpd/src/examples


From: gnunet
Subject: [GNUnet-SVN] r12839 - libmicrohttpd/src/examples
Date: Sat, 4 Sep 2010 20:04:31 +0200

Author: grothoff
Date: 2010-09-04 20:04:31 +0200 (Sat, 04 Sep 2010)
New Revision: 12839

Modified:
   libmicrohttpd/src/examples/digest_auth_example.c
Log:
fix

Modified: libmicrohttpd/src/examples/digest_auth_example.c
===================================================================
--- libmicrohttpd/src/examples/digest_auth_example.c    2010-09-04 18:01:20 UTC 
(rev 12838)
+++ libmicrohttpd/src/examples/digest_auth_example.c    2010-09-04 18:04:31 UTC 
(rev 12839)
@@ -98,6 +98,7 @@
          fprintf (stderr, "Failed to read `%s': %s\n",
                   "/dev/urandom",
                   strerror (errno));
+         (void) close (fd);
          return 1;
        }
       off += len;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]