From bae5869e43990f15c5ca7d880c3c83f69467029c Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 15 Jan 2015 22:26:52 -0800 Subject: [PATCH] client: parse in cc_config.xml --- client/log_flags.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/client/log_flags.cpp b/client/log_flags.cpp index bcf5096732..a7d47742fd 100644 --- a/client/log_flags.cpp +++ b/client/log_flags.cpp @@ -314,6 +314,7 @@ int CC_CONFIG::parse_options_client(XML_PARSER& xp) { if (xp.parse_bool("disallow_attach", disallow_attach)) continue; if (xp.parse_bool("dont_check_file_sizes", dont_check_file_sizes)) continue; if (xp.parse_bool("dont_contact_ref_site", dont_contact_ref_site)) continue; + if (xp.parse_bool("dont_suspend_nci", dont_suspend_nci)) continue; if (xp.parse_bool("dont_use_vbox", dont_use_vbox)) continue; if (xp.match_tag("exclude_gpu")) { EXCLUDE_GPU eg;