Author: grothoff
Date: 2007-11-19 03:49:25 -0700 (Mon, 19 Nov 2007)
New Revision: 5735

Modified:
   GNUnet/src/transports/http.c
Log:
nowarn

Modified: GNUnet/src/transports/http.c
===================================================================
--- GNUnet/src/transports/http.c        2007-11-18 05:03:41 UTC (rev 5734)
+++ GNUnet/src/transports/http.c        2007-11-19 10:49:25 UTC (rev 5735)
@@ -1006,7 +1006,8 @@
   if ((strlen (url) < 2) || (OK != enc2hash (&url[1], &client)))
     {
       /* invalid request */
-      GE_BREAK_OP (NULL, 0);
+      /* GE_BREAK_OP (NULL, 0); -- this happens a lot, most likely 
+        somebody scanning for MyDoom.X-opened backdoors */
       return MHD_NO;
     }
 



_______________________________________________
GNUnet-SVN mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnunet-svn

Reply via email to