gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r6174 - libmicrohttpd-docs/WWW


From: gnunet
Subject: [GNUnet-SVN] r6174 - libmicrohttpd-docs/WWW
Date: Wed, 6 Feb 2008 16:38:08 -0700 (MST)

Author: grothoff
Date: 2008-02-06 16:38:07 -0700 (Wed, 06 Feb 2008)
New Revision: 6174

Modified:
   libmicrohttpd-docs/WWW/index.php
Log:
typo

Modified: libmicrohttpd-docs/WWW/index.php
===================================================================
--- libmicrohttpd-docs/WWW/index.php    2008-02-06 20:00:52 UTC (rev 6173)
+++ libmicrohttpd-docs/WWW/index.php    2008-02-06 23:38:07 UTC (rev 6174)
@@ -98,11 +98,11 @@
 
   if (0 != strcmp(method, "GET"))
     return MHD_NO; /* unexpected method */
-  if (&aptr != *ptr) 
+  if (&dummy != *ptr) 
     {
       /* The first time only the headers are valid,
          do not respond in the first round... */
-      *ptr = &aptr;
+      *ptr = &dummy;
       return MHD_YES;
     }
   *ptr = NULL; /* clear context pointer */





reply via email to

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