Skip to content
Snippets Groups Projects
Commit 0ad896e3 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Remove likely obsolete Coverity suppression.

It can be added back if the issue reappears.
parent ee15f3cf
No related branches found
No related tags found
No related merge requests found
Pipeline #7668 passed
......@@ -340,7 +340,6 @@ ssh_output_thread(void *args)
SetThreadName("SSH Output");
conn_api.output_thread_running = 1;
// coverity[thread1_checks_field:SUPPRESS]
while (!conn_api.terminate) {
pthread_mutex_lock(&(conn_outbuf.mutex));
wr = conn_buf_wait_bytes(&conn_outbuf, 1, 100);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment