Skip to content

Commit

Permalink
ClamOnAcc: Fix infinite loop when OnAccessIncludePath doesn't exist
Browse files Browse the repository at this point in the history
  • Loading branch information
ragusaa authored Oct 19, 2023
1 parent 8430de5 commit 8548ca5
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 8548ca5

Please sign in to comment.