Skip to content

Commit

Permalink
Fixed clamonacc infinite loop when watch directory doesn't exist
Browse files Browse the repository at this point in the history
  • Loading branch information
ragusaa committed Oct 6, 2023
1 parent 0f9de9e commit 29b0dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clamonacc/inotif/inotif.c
Original file line number Diff line number Diff line change
Expand Up @@ -598,8 +598,8 @@ void *onas_ddd_th(void *arg)
}
}
}
pt = (struct optstruct *)pt->nextarg;
}
pt = (struct optstruct *)pt->nextarg;
}
}

Expand Down

0 comments on commit 29b0dfa

Please sign in to comment.