linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #02791
[Bug 694142] Re: miniupnpc-patch
that part is commented out so it doesn't really matter. ;) i suspect it
is just an obsolete remnant of what has now been moved to
getHTTPResponse.
you can always report it to the miniupnp forum:
<http://miniupnp.tuxfamily.org/forum/>
** Changed in: dcplusplus
Status: New => Invalid
--
You received this bug notification because you are a member of
Dcplusplus-team, which is subscribed to DC++.
https://bugs.launchpad.net/bugs/694142
Title:
miniupnpc-patch
Status in DC++:
Invalid
Bug description:
--- miniupnpc/miniupnpc.c 2010-12-22 18:35:14 +0000
+++ miniupnpc/miniupnpc.c 2010-12-24 16:52:49 +0000
@@ -154,7 +154,7 @@
while(line < p + n)
{
linelen = 0;
- while(line[linelen] != '\r' && line[linelen] != '\r')
+ while(line[linelen] != '\r')
{
if(line+linelen >= p+n)
return;
References