Fix: remove ua_sess->started assert on stop trace
authorDavid Goulet <dgoulet@efficios.com>
Tue, 18 Dec 2012 17:05:24 +0000 (12:05 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Tue, 18 Dec 2012 17:05:24 +0000 (12:05 -0500)
It's totally possible that a start failed for a specific app but the
started flag is set for the global session making a stop trace possible
on a failed started session.

The assert is no longer valid since this code flow is possible.

Signed-off-by: David Goulet <dgoulet@efficios.com>

No differences found
This page took 0.024269 seconds and 4 git commands to generate.