diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -173,8 +173,6 @@ pthread_t tid_stat = 0; void sigint_handler(int sig) { - if (tid_stat) - pthread_cancel(tid_stat); mscp_stop(m); } |
![]() |
index : mscp.git | |
Unnamed repository; edit this file 'description' to name the repository. | User & |
summaryrefslogtreecommitdiff |
-rw-r--r-- | src/main.c | 2 |
@@ -173,8 +173,6 @@ pthread_t tid_stat = 0; void sigint_handler(int sig) { - if (tid_stat) - pthread_cancel(tid_stat); mscp_stop(m); } |