krb5 commit: Fix kpropd -x
Greg Hudson
ghudson at MIT.EDU
Thu Jan 30 18:40:02 EST 2014
https://github.com/krb5/krb5/commit/75b2ec88c4d75e7215322d2f0019307310cc9701
commit 75b2ec88c4d75e7215322d2f0019307310cc9701
Author: Greg Hudson <ghudson at mit.edu>
Date: Sun Jan 26 18:38:11 2014 -0500
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
src/slave/kpropd.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/slave/kpropd.c b/src/slave/kpropd.c
index b75be63..7f0a308 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:
More information about the cvs-krb5
mailing list