remove trailing whitespace
This commit is contained in:
@@ -322,7 +322,7 @@ kdc_type2(OM_uint32 *minor_status,
|
||||
|
||||
type2.targetinfo.data = ti.data;
|
||||
type2.targetinfo.length = ti.length;
|
||||
|
||||
|
||||
ret = heim_ntlm_encode_type2(&type2, &data);
|
||||
free(type2.targetname);
|
||||
krb5_data_free(&ti);
|
||||
@@ -330,7 +330,7 @@ kdc_type2(OM_uint32 *minor_status,
|
||||
*minor_status = ret;
|
||||
return GSS_S_FAILURE;
|
||||
}
|
||||
|
||||
|
||||
out->data = data.data;
|
||||
out->length = data.length;
|
||||
|
||||
|
Reference in New Issue
Block a user