sign_only do not contribute to length
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24721 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -247,6 +247,8 @@ _gk_wrap_iov_length(OM_uint32 * minor_status,
|
||||
case GSS_IOV_BUFFER_TYPE_STREAM:
|
||||
size += iov[i].buffer.length;
|
||||
break;
|
||||
case GSS_IOV_BUFFER_TYPE_SIGN_ONLY:
|
||||
break;
|
||||
default:
|
||||
*minor_status = EINVAL;
|
||||
return GSS_S_FAILURE;
|
||||
|
Reference in New Issue
Block a user