summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index f7e627a..6efab03 100644
--- a/src/main.c
+++ b/src/main.c
@@ -173,8 +173,6 @@ pthread_t tid_stat = 0;
void sigint_handler(int sig)
{
- if (tid_stat)
- pthread_cancel(tid_stat);
mscp_stop(m);
}