From 37591934c6983286032c1f0e8c1bd2e069ed1585 Mon Sep 17 00:00:00 2001 From: "Ruben S. Montero" Date: Wed, 24 Aug 2011 17:25:05 +0200 Subject: [PATCH] bug #762 #771: Restore common paths for VMs after oned is restarted. --- src/vm/History.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/vm/History.cc b/src/vm/History.cc index 8b37641d6c..3bef2c4eb6 100644 --- a/src/vm/History.cc +++ b/src/vm/History.cc @@ -308,6 +308,8 @@ int History::rebuild_attributes() reason = static_cast(int_reason); + non_persistent_data(); + if (rc != 0) { return -1;