Skip to content

Commit

Permalink
fix possible hang reported by Coverity
Browse files Browse the repository at this point in the history
  • Loading branch information
willamowius committed Jan 17, 2018
1 parent 4bd57b6 commit 8d382a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ptclib/psockbun.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ void PInterfaceMonitor::Stop()

// shutdown the update thread
if (m_changedDetector != NULL) {
PTRACE(4, "IfaceMon\tAwaiting thread termination");
//PTRACE(4, "IfaceMon\tAwaiting thread termination");

m_changedDetector->Cancel();

Expand Down

0 comments on commit 8d382a0

Please sign in to comment.