[svn:parrot] r45034 - trunk/src/io
petdance at svn.parrot.org
petdance at svn.parrot.org
Thu Mar 18 22:01:27 UTC 2010
Author: petdance
Date: Thu Mar 18 22:01:23 2010
New Revision: 45034
URL: https://trac.parrot.org/parrot/changeset/45034
Log:
Add a comment about potential bug
Modified:
trunk/src/io/socket_api.c
Modified: trunk/src/io/socket_api.c
==============================================================================
--- trunk/src/io/socket_api.c Thu Mar 18 21:55:27 2010 (r45033)
+++ trunk/src/io/socket_api.c Thu Mar 18 22:01:23 2010 (r45034)
@@ -190,6 +190,7 @@
PIO_F_SOCKET|PIO_F_READ|PIO_F_WRITE);
else
new_socket = socket;
+ /* XXX new_socket is assigned, but never used. Probably a bug? */
return PIO_SOCKET(interp, socket, fam, type, proto);
}
More information about the parrot-commits
mailing list