X-Git-Url: http://git.vrable.net/?p=cumulus.git;a=blobdiff_plain;f=scandir.cc;h=f119197ff6b1ec8cb0f5547094c1e155791425e5;hp=ef7833c6f86438cb5fa104c2ebb7e841a64aa345;hb=974240b635af9cf2b94e2f1f3c02beab662a189d;hpb=c519cb09affc7e3235a7d75c349ef4cdddc778e0 diff --git a/scandir.cc b/scandir.cc index ef7833c..f119197 100644 --- a/scandir.cc +++ b/scandir.cc @@ -925,7 +925,7 @@ int main(int argc, char *argv[]) waitpid(signature_pid, &status, 0); if (!WIFEXITED(status) || WEXITSTATUS(status) != 0) { - throw IOException("Signature filter process error"); + fatal("Signature filter process error"); } }