Skip to content

Commit

Permalink
extprograms plugin: For directly forked programs, the "program not fo…
Browse files Browse the repository at this point in the history
…und" was reported twice.
  • Loading branch information
stephanbosch committed Jul 7, 2016
1 parent 40ad603 commit 02e66b9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/plugins/sieve-extprograms/sieve-extprograms-common.c
Expand Up @@ -480,8 +480,6 @@ struct sieve_extprogram *sieve_extprogram_create
"executable path `%s' for program `%s' not found",
action, path, program_name);
}
sieve_sys_error(svinst, "action %s: program `%s' not found",
action, program_name);
*error_r = SIEVE_ERROR_NOT_FOUND;
break;
case EACCES:
Expand Down

0 comments on commit 02e66b9

Please sign in to comment.