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

Re-add coverity suppression. Not obsolete.

parent 99b2f6a3
No related branches found
No related tags found
No related merge requests found
Pipeline #7694 passed
......@@ -347,6 +347,7 @@ 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.
Finish editing this message first!
Please register or to comment