What a waste of three revisions.. :-)
authorBarry Jaspan <bjaspan@mit.edu>
Tue, 3 Jul 1990 19:18:48 +0000 (19:18 +0000)
committerBarry Jaspan <bjaspan@mit.edu>
Tue, 3 Jul 1990 19:18:48 +0000 (19:18 +0000)
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

src/clients/kinit/kinit.c

index 1414f7387baa46aa0ebe37a9b9bd60e5233228d4..90288d34455c41ab703571e16d138e26bae44d69 100644 (file)
@@ -69,14 +69,11 @@ main(argc, argv)
     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;