diff options
Diffstat (limited to 'src/rspamadm/dkim_keygen.c')
-rw-r--r-- | src/rspamadm/dkim_keygen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rspamadm/dkim_keygen.c b/src/rspamadm/dkim_keygen.c index 64e71f36e..a1e7286ae 100644 --- a/src/rspamadm/dkim_keygen.c +++ b/src/rspamadm/dkim_keygen.c @@ -357,7 +357,7 @@ rspamadm_dkim_keygen (gint argc, gchar **argv, const struct rspamadm_command *cm fprintf (stderr, "option parsing failed: %s\n", error->message); g_error_free (error); g_option_context_free (context); - exit (1); + exit (EXIT_FAILURE); } g_option_context_free (context); |