]> Pileus Git - ~andy/fetchmail/blobdiff - conf.c
Bump automake requirement to 1.11, add dist-xz option.
[~andy/fetchmail] / conf.c
diff --git a/conf.c b/conf.c
index 5b5d877908a879506bb0b6c8a6ae5f8e5331fb14..57581381ae8f5f1d97b52d693493433ef6c3bc29 100644 (file)
--- a/conf.c
+++ b/conf.c
@@ -317,7 +317,7 @@ void dump_config(struct runctl *runp, struct query *querylist)
                /* this is a hack - we map this to a boolean option for
                 * fetchmailconf purposes */
                case BHREJECT: puts("'badheader': FALSE,"); break;
-               case BHPASS:   puts("'badheader': TRUE,"); break;
+               case BHACCEPT: puts("'badheader': TRUE,"); break;
            }
 
            indent(0);