X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/783dacaf0fb0e39b260f8bfddc990df8603f657d..274ff3a104711075a837ddc6e677e713b3348354:/src/s4u/s4u_host.cpp diff --git a/src/s4u/s4u_host.cpp b/src/s4u/s4u_host.cpp index c36d9ec715..a1cf532612 100644 --- a/src/s4u/s4u_host.cpp +++ b/src/s4u/s4u_host.cpp @@ -182,7 +182,7 @@ boost::unordered_map const& Host::mountedStorages() { char *mountname; char *storagename; xbt_dict_foreach(dict, cursor, mountname, storagename) { - mounts->insert({mountname, &Storage::byName(storagename)}); + mounts->insert({mountname, Storage::byName(storagename)}); } xbt_dict_free(&dict); }