X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a28a695108f7e9ae7dafc83a2d39d17778f5fc98..2be0e4648c5b7055580df1c265b7c43ee6763a46:/src/msg/msg_host.c diff --git a/src/msg/msg_host.c b/src/msg/msg_host.c index bcd8b8f79e..5ca1ebafc9 100644 --- a/src/msg/msg_host.c +++ b/src/msg/msg_host.c @@ -117,7 +117,7 @@ const char *MSG_host_get_name(m_host_t host) */ m_host_t MSG_host_self(void) { - return MSG_process_get_host(MSG_process_self()); + return MSG_process_get_host(NULL); } /** \ingroup m_host_management