Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
This is *really* bad
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 18 Apr 2006 08:40:34 +0000 (08:40 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 18 Apr 2006 08:40:34 +0000 (08:40 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2155 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/gras/Transport/transport.c

index fa2bda9..6025da7 100644 (file)
@@ -472,7 +472,7 @@ gras_socket_t gras_socket_meas_accept(gras_socket_t peer){
 
   if (!peer->accepting) {
     /* nothing to accept here (must be in SG) */
-    /* FIXME: this is BAD! since it makes tricky to free the accepted socket*/
+    /* BUG: FIXME: this is BAD! it makes tricky to free the accepted socket*/
     return peer;
   }