gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r36089 - libmicrohttpd/src/examples
Date: Wed, 15 Jul 2015 15:05:12 +0200

Author: grothoff
Date: 2015-07-15 15:05:12 +0200 (Wed, 15 Jul 2015)
New Revision: 36089

Modified:
   libmicrohttpd/src/examples/post_example.c
Log:
-avoid deprecation

Modified: libmicrohttpd/src/examples/post_example.c
===================================================================
--- libmicrohttpd/src/examples/post_example.c   2015-07-15 12:58:56 UTC (rev 
36088)
+++ libmicrohttpd/src/examples/post_example.c   2015-07-15 13:05:12 UTC (rev 
36089)
@@ -624,7 +624,7 @@
                                              (void *) METHOD_ERROR,
                                              MHD_RESPMEM_PERSISTENT);
   ret = MHD_queue_response (connection,
-                           MHD_HTTP_METHOD_NOT_ACCEPTABLE,
+                           MHD_HTTP_NOT_ACCEPTABLE,
                            response);
   MHD_destroy_response (response);
   return ret;
@@ -747,4 +747,3 @@
   MHD_stop_daemon (d);
   return 0;
 }
-




reply via email to

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