Fix session list deadlock
authorDavid Goulet <david.goulet@polymtl.ca>
Mon, 3 Oct 2011 19:23:16 +0000 (15:23 -0400)
committerDavid Goulet <david.goulet@polymtl.ca>
Mon, 3 Oct 2011 19:23:16 +0000 (15:23 -0400)
On session destroy, the session list lock is acquired but this call
could be made inside a section where this lock is already acquired. The
call has been changed to using the session pointer and not the name thus
removing a useless list walk.

Signed-off-by: David Goulet <david.goulet@polymtl.ca>

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