From: Greg Hudson Date: Sun, 26 Jan 2014 23:38:11 +0000 (-0500) Subject: Fix kpropd -x X-Git-Tag: krb5-1.13-alpha1~234 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=75b2ec88c4d75e7215322d2f0019307310cc9701;p=thirdparty%2Fkrb5.git Fix kpropd -x A missing break in the switch statement caused kpropd -x to error out with a usage message. ticket: 7854 (new) target_version: 1.12.2 tags: pullup --- diff --git a/src/slave/kpropd.c b/src/slave/kpropd.c index b75be63058..7f0a308b87 100644 --- a/src/slave/kpropd.c +++ b/src/slave/kpropd.c @@ -1196,6 +1196,7 @@ void PRS(argv) usage(); db_args[db_args_size+1] = NULL; db_args_size++; + break; } default: