[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r4281 - GNUnet/src/transports/upnp
From: |
grothoff |
Subject: |
[GNUnet-SVN] r4281 - GNUnet/src/transports/upnp |
Date: |
Wed, 10 Jan 2007 21:14:47 -0800 (PST) |
Author: grothoff
Date: 2007-01-10 21:14:44 -0800 (Wed, 10 Jan 2007)
New Revision: 4281
Modified:
GNUnet/src/transports/upnp/upnp.c
Log:
abort
Modified: GNUnet/src/transports/upnp/upnp.c
===================================================================
--- GNUnet/src/transports/upnp/upnp.c 2007-01-11 03:46:18 UTC (rev 4280)
+++ GNUnet/src/transports/upnp/upnp.c 2007-01-11 05:14:44 UTC (rev 4281)
@@ -456,7 +456,7 @@
const char * temp2;
if (len + dd->buf_len > 1024 * 1024 * 4)
- return len; /* refuse to process - too big! */
+ return 0; /* refuse to process - too big! */
GROW(dd->buf,
dd->buf_len,
dd->buf_len + len);
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r4281 - GNUnet/src/transports/upnp,
grothoff <=