]> 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)
committerGreg Hudson <ghudson@mit.edu>
Thu, 30 Jan 2014 23:33:10 +0000 (18:33 -0500)
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

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: