Remove non ASN.1 principal code.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2354 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -27,11 +27,7 @@ krb5_mk_error(krb5_context context,
|
||||
msg.e_text = (general_string*)&e_text;
|
||||
if (e_data)
|
||||
msg.e_data = (octet_string*)e_data;
|
||||
#ifdef USE_ASN1_PRINCIPAL
|
||||
msg.realm = server->realm;
|
||||
#else
|
||||
msg.realm = server->realm.data;
|
||||
#endif
|
||||
msg.sname = server->name;
|
||||
if(client){
|
||||
msg.crealm = &client->realm;
|
||||
|
Reference in New Issue
Block a user