bjaspan: Removed the -u option entirely, since it isn't needed. <sigh>
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1040
dc483132-0cff-0310-8789-
dd5450dbe970
if (rindex(argv[0], '/'))
argv[0] = rindex(argv[0], '/')+1;
- while ((option = getopt(argc, argv, "rpul:c:")) != EOF) {
+ while ((option = getopt(argc, argv, "rpl:c:")) != EOF) {
switch (option) {
case 'r':
options |= KDC_OPT_RENEWABLE;
break;
- case 'u':
- options |= KDC_OPT_ENC_TKT_IN_SKEY;
- break;
case 'p':
options |= KDC_OPT_PROXIABLE;
break;