X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6fb0204d71beff637638ef52978df0e8f58453d7..acbc8f35e5a8520356ce5a527971e6685a4e5793:/src/gras/Transport/transport_plugin_file.c diff --git a/src/gras/Transport/transport_plugin_file.c b/src/gras/Transport/transport_plugin_file.c index 5642aee02e..1b559697a1 100644 --- a/src/gras/Transport/transport_plugin_file.c +++ b/src/gras/Transport/transport_plugin_file.c @@ -95,6 +95,7 @@ gras_socket_client_from_file(const char*path) { res->sd = 1; /* stdout */ } + res->recv_ok=0; DEBUG5("sock_client_from_file(%s): sd=%d in=%c out=%c accept=%c", path, res->sd, @@ -141,6 +142,7 @@ gras_socket_t gras_socket_server_from_file(const char*path) { res->outgoing?'y':'n', res->accepting?'y':'n'); + res->recv_ok=0; return res; }