X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/eb92e377b2afbcdaae55d0819b5c226091d25d49..f96797fbc8f3a5f6b0d26fbf899ff25a75323f56:/src/mc/sosp/Snapshot.cpp diff --git a/src/mc/sosp/Snapshot.cpp b/src/mc/sosp/Snapshot.cpp index bc72a2b751..141d14a9b1 100644 --- a/src/mc/sosp/Snapshot.cpp +++ b/src/mc/sosp/Snapshot.cpp @@ -217,8 +217,7 @@ Snapshot::Snapshot(int num_state, RemoteClient* process) if (_sg_mc_max_visited_states > 0 || not _sg_mc_property_file.get().empty()) { snapshot_stacks(process); - if (_sg_mc_hash) - hash_ = simgrid::mc::hash(*this); + hash_ = simgrid::mc::hash(*this); } snapshot_ignore_restore(this);