gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r12837 - libmicrohttpd/src/examples
Date: Sat, 4 Sep 2010 19:59:33 +0200

Author: grothoff
Date: 2010-09-04 19:59:33 +0200 (Sat, 04 Sep 2010)
New Revision: 12837

Modified:
   libmicrohttpd/src/examples/digest_auth_example.c
Log:
example cleanup

Modified: libmicrohttpd/src/examples/digest_auth_example.c
===================================================================
--- libmicrohttpd/src/examples/digest_auth_example.c    2010-09-04 17:58:54 UTC 
(rev 12836)
+++ libmicrohttpd/src/examples/digest_auth_example.c    2010-09-04 17:59:33 UTC 
(rev 12837)
@@ -102,7 +102,7 @@
        }
       off += len;
     }
-  close(fd);
+  (void) close(fd);
   rnd[8] = '\0';
   d = MHD_start_daemon (MHD_USE_THREAD_PER_CONNECTION | MHD_USE_DEBUG,
                         atoi (argv[1]),




reply via email to

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