don't reset EC

This commit is contained in:
Love Hornquist Astrand
2009-08-26 22:52:26 -07:00
parent ebb2e72c61
commit d18cdee577

View File

@@ -611,9 +611,6 @@ _gssapi_wrap_cfx_iov(OM_uint32 *minor_status,
if (trailer) {
token->EC[0] = (trailer->buffer.length >> 8) & 0xFF;
token->EC[1] = (trailer->buffer.length >> 0) & 0xFF;
} else {
token->EC[0] = 0;
token->EC[1] = 0;
}
}