Set guard policy based on analysis type

Signed-off-by: Zane Shelley <zshelle@us.ibm.com>
Change-Id: I38d0a84c3f890635b102efd8315a5c180a451047
diff --git a/analyzer/analyzer_main.cpp b/analyzer/analyzer_main.cpp
index 3be26bc..55726bd 100644
--- a/analyzer/analyzer_main.cpp
+++ b/analyzer/analyzer_main.cpp
@@ -149,7 +149,7 @@
         }
 
         // Start building the service data.
-        ServiceData servData{rootCause, isoData.queryCheckstop()};
+        ServiceData servData{rootCause, i_type};
 
         // Apply any service actions, if needed. Note that there are no
         // resolutions for manual analysis.