]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Fix kpropd -x
authorGreg Hudson <ghudson@mit.edu>
Sun, 26 Jan 2014 23:38:11 +0000 (18:38 -0500)
committerTom Yu <tlyu@mit.edu>
Thu, 26 Jun 2014 20:23:15 +0000 (16:23 -0400)
A missing break in the switch statement caused kpropd -x to error out
with a usage message.

(cherry picked from commit 75b2ec88c4d75e7215322d2f0019307310cc9701)

ticket: 7854
version_fixed: 1.12.2
status: resolved

src/slave/kpropd.c

index b75be630585ad5d67597966be77ce11a39e0e6e7..7f0a308b873cdd20c3a8e5e88fd6222abb5050bc 100644 (file)
@@ -1196,6 +1196,7 @@ void PRS(argv)
                         usage();
                     db_args[db_args_size+1] = NULL;
                     db_args_size++;
+                    break;
                 }
 
                 default: