Skip to content

Commit

Permalink
Merge pull request #3 from HerryOS/patch-1
Browse files Browse the repository at this point in the history
Update master
  • Loading branch information
secrule committed Jul 16, 2012
2 parents 01b032b + 933be8f commit 49c876f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/falcon.c
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ int virusHandler(struct inotify_event *event,
if (access(fullPathTemp, F_OK) == 0) {
if (event->mask & IN_CREATE) {
if (event->mask & IN_ISDIR) {

inotifytools_watch_recursively(fullPathTemp, IN_ALL_EVENTS);
} else {
tmpkeywords = findViruses(phpVirusfeature, php_virus_num,
fullPathTemp);
Expand Down

0 comments on commit 49c876f

Please sign in to comment.