gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r36827 - libmicrohttpd/src/examples
Date: Mon, 18 Jan 2016 21:29:20 +0100

Author: grothoff
Date: 2016-01-18 21:29:20 +0100 (Mon, 18 Jan 2016)
New Revision: 36827

Modified:
   libmicrohttpd/src/examples/authorization_example.c
Log:
-nl issue

Modified: libmicrohttpd/src/examples/authorization_example.c
===================================================================
--- libmicrohttpd/src/examples/authorization_example.c  2016-01-18 08:45:42 UTC 
(rev 36826)
+++ libmicrohttpd/src/examples/authorization_example.c  2016-01-18 20:29:20 UTC 
(rev 36827)
@@ -71,7 +71,7 @@
   if (fail)
   {
       response = MHD_create_response_from_buffer (strlen (DENIED),
-                                                 (void *) DENIED, 
+                                                 (void *) DENIED,
                                                  MHD_RESPMEM_PERSISTENT);
       ret = MHD_queue_basic_auth_fail_response 
(connection,"TestRealm",response);
     }
@@ -78,7 +78,7 @@
   else
     {
       response = MHD_create_response_from_buffer (strlen (me),
-                                                 (void *) me, 
+                                                 (void *) me,
                                                  MHD_RESPMEM_PERSISTENT);
       ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
     }




reply via email to

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