From: Ken Hornstein Date: Fri, 8 Nov 2013 03:43:50 +0000 (-0500) Subject: Fix handling of -headerencoding switch. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/fa6bd938ab45ec005b70f3e4b67540331fb94b68?ds=inline;hp=ee9fb87fde55c25f9ab1df2cbcc6e9d21d53b235 Fix handling of -headerencoding switch. --- diff --git a/uip/mhbuild.c b/uip/mhbuild.c index 1a3ce1df..ef459858 100644 --- a/uip/mhbuild.c +++ b/uip/mhbuild.c @@ -37,7 +37,7 @@ X("wcache policy", 0, WCACHESW) \ X("contentid", 0, CONTENTIDSW) \ X("nocontentid", 0, NCONTENTIDSW) \ - X("headerencoding", 0, HEADERENCSW) \ + X("headerencoding encoding-algorithm", 0, HEADERENCSW) \ X("autoheaderencoding", 0, AUTOHEADERENCSW) \ X("version", 0, VERSIONSW) \ X("help", 0, HELPSW) \ @@ -238,6 +238,7 @@ main (int argc, char **argv) default: adios (NULL, "Internal error: algorithm %s", cp); } + continue; } case AUTOHEADERENCSW: