pull up r19880 from trunk
authorTom Yu <tlyu@mit.edu>
Tue, 18 Sep 2007 03:38:29 +0000 (03:38 +0000)
committerTom Yu <tlyu@mit.edu>
Tue, 18 Sep 2007 03:38:29 +0000 (03:38 +0000)
 r19880@cathode-dark-space:  epeisach | 2007-08-26 08:30:24 -0400
 ticket: 5617

 Change use of choice_pa_pk_as_rep_UNKNOWN to
 choice_pa_pk_as_rep_draft9_UNKNOWN to cleanup warning... Value of enum
 same in both cases...

ticket: 5617
version_fixed: 1.6.3

git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-6@19946 dc483132-0cff-0310-8789-dd5450dbe970

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

index 67c7f30cdfb9a3a969bda4310cfaa79631b3b8a1..f0aca49ebb901b725e776f38dad35bf71aea3b8f 100644 (file)
@@ -1523,7 +1523,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();
   }