Skip to content

Commit

Permalink
pull request #56: Allow freshclam downloadmanager to return FC_UPTODA…
Browse files Browse the repository at this point in the history
…TE if no update was required.
  • Loading branch information
Steven Morgan committed Jun 13, 2016
1 parent 17d1e36 commit 341b343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freshclam/manager.c
Expand Up @@ -2893,5 +2893,5 @@ downloadmanager (const struct optstruct *opts, const char *hostname,
if (newver)
free (newver);

return 0;
return updated ? 0 : FC_UPTODATE;
}

0 comments on commit 341b343

Please sign in to comment.