krb5 commit [krb5-1.11]: Fix kpropd -x
Tom Yu
tlyu at mit.edu
Fri Feb 6 17:26:42 EST 2015
https://github.com/krb5/krb5/commit/0b7cef5c83abbde44a1abe98d508529742deb616
commit 0b7cef5c83abbde44a1abe98d508529742deb616
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.
(cherry picked from commit 75b2ec88c4d75e7215322d2f0019307310cc9701)
ticket: 8080 (new)
version_fixed: 1.11.6
status: resolved
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 6272302..ca00615 100644
--- a/src/slave/kpropd.c
+++ b/src/slave/kpropd.c
@@ -1194,6 +1194,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