Change use of choice_pa_pk_as_rep_UNKNOWN to
authorEzra Peisach <epeisach@mit.edu>
Sun, 26 Aug 2007 12:30:24 +0000 (12:30 +0000)
committerEzra Peisach <epeisach@mit.edu>
Sun, 26 Aug 2007 12:30:24 +0000 (12:30 +0000)
choice_pa_pk_as_rep_draft9_UNKNOWN to cleanup warning... Value of enum
same in both cases...

ticket: 5617

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19880 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/asn.1/asn1_k_decode.c

index 33b0f170725b30134ccc4074435705a2dccf5068..087c949b76041bfe1e1159a7e7db80b43e6985eb 100644 (file)
@@ -1525,7 +1525,7 @@ asn1_error_code asn1_decode_pa_pk_as_rep_draft9(asn1buf *buf, krb5_pa_pk_as_rep_
       get_lenfield(val->u.encKeyPack.length, val->u.encKeyPack.data,
                    choice_pa_pk_as_rep_draft9_encKeyPack, asn1_decode_octetstring);
     } else {
-      val->choice = choice_pa_pk_as_rep_UNKNOWN;
+      val->choice = choice_pa_pk_as_rep_draft9_UNKNOWN;
     }
     end_structure();
   }