[svn:modperl-modules] rev 168 - Apache-Scoreboard-2.0/trunk
[email protected] 3 Mar 2005 02:48:33 -0000
| Newsgroups | perl.modperl.modules.svn |
|---|---|
| Message-ID | <[email protected]> |
Author: stas
Date: Wed Mar 2 18:48:33 2005
New Revision: 168
Modified:
Apache-Scoreboard-2.0/trunk/Scoreboard.xs
Log:
already synced and even tested
Modified: Apache-Scoreboard-2.0/trunk/Scoreboard.xs
==============================================================================
--- Apache-Scoreboard-2.0/trunk/Scoreboard.xs (original)
+++ Apache-Scoreboard-2.0/trunk/Scoreboard.xs Wed Mar 2 18:48:33 2005
@@ -222,9 +222,6 @@
SvCUR_set(RETVAL, tsize+1);
SvPOK_only(RETVAL);
- /* XXX: sync with send(), since the data frozen by this
- * method won't work outside the same Apache */
-
/* fill the data buffer with the data we want to freeze */
Move(&buf[0], dptr, sizeof(buf), char);
dptr += sizeof(buf);