X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/425f2a49fa5770e2f008b0348245ea6b444118a4..5315648fa5050a4077c6f97544abce0d0751e707:/src/kernel/routing/NetZoneImpl.cpp diff --git a/src/kernel/routing/NetZoneImpl.cpp b/src/kernel/routing/NetZoneImpl.cpp index 4df1cefb6a..a47f4b43f5 100644 --- a/src/kernel/routing/NetZoneImpl.cpp +++ b/src/kernel/routing/NetZoneImpl.cpp @@ -470,7 +470,7 @@ void NetZoneImpl::seal() for (auto* host : get_all_hosts()) { host->seal(); } - for (auto* sub_net : *get_children()) { + for (auto* sub_net : get_children()) { sub_net->seal(); } sealed_ = true;