Switch to side-by-side view

--- a/src/ohproduct.cxx
+++ b/src/ohproduct.cxx
@@ -390,7 +390,10 @@
     if (!g_config)
         return;
 
-    g_config->get("ohsrc_scripts_dir", scripts_dir);
+    {
+        PTMutexLocker conflock(g_configlock);
+        g_config->get("ohsrc_scripts_dir", scripts_dir);
+    }
 
     DIR *dirp = opendir(scripts_dir.c_str());
     if (dirp == 0) {