summaryrefslogtreecommitdiffstats
path: root/src/usr/htmgt/htmgt_poll.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/htmgt/htmgt_poll.C')
-rw-r--r--src/usr/htmgt/htmgt_poll.C6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/usr/htmgt/htmgt_poll.C b/src/usr/htmgt/htmgt_poll.C
index 8b3dc2585..a3d5d2238 100644
--- a/src/usr/htmgt/htmgt_poll.C
+++ b/src/usr/htmgt/htmgt_poll.C
@@ -260,7 +260,8 @@ namespace HTMGT
}
if ((OCC_STATE_ACTIVE == pollRsp->state) ||
- (OCC_STATE_OBSERVATION == pollRsp->state))
+ (OCC_STATE_OBSERVATION == pollRsp->state) ||
+ (OCC_STATE_CHARACTERIZATION == pollRsp->state))
{
errlHndl_t l_err = NULL;
@@ -358,6 +359,3 @@ namespace HTMGT
} // end namespace
-
-
-
OpenPOWER on IntegriCloud