fix oly typo

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2969 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-08-14 00:04:25 +00:00
parent 11ae122556
commit ec8f8d98f4

View File

@@ -254,7 +254,7 @@ typedef struct krb5_context_data{
} krb5_context_data;
enum{
KRB5_NT_UNKNOWNN = 0,
KRB5_NT_UNKNOWN = 0,
KRB5_NT_PRINCIPAL = 1,
KRB5_NT_SRV_INST = 2,
KRB5_NT_SRV_HST = 3,