gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r35238 - libmicrohttpd/src/microhttpd


From: gnunet
Subject: [GNUnet-SVN] r35238 - libmicrohttpd/src/microhttpd
Date: Thu, 12 Feb 2015 16:01:25 +0100

Author: Karlson2k
Date: 2015-02-12 16:01:25 +0100 (Thu, 12 Feb 2015)
New Revision: 35238

Modified:
   libmicrohttpd/src/microhttpd/daemon.c
Log:
daemon.c: fix building without HTTPS support

Modified: libmicrohttpd/src/microhttpd/daemon.c
===================================================================
--- libmicrohttpd/src/microhttpd/daemon.c       2015-02-12 14:25:33 UTC (rev 
35237)
+++ libmicrohttpd/src/microhttpd/daemon.c       2015-02-12 15:01:25 UTC (rev 
35238)
@@ -4076,9 +4076,12 @@
             }
         }
     }
+#if HTTPS_SUPPORT
   /* API promises to never use the password after initialization,
      so we additionally NULL it here to not deref a dangling pointer. */
   daemon->https_key_password = NULL;
+#endif /* HTTPS_SUPPORT */
+
   return daemon;
 
 thread_failed:




reply via email to

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