X-Git-Url: http://git.samba.org/?p=samba.git;a=blobdiff_plain;f=source3%2Frpc_server%2Fsrv_pipe.c;h=ac491b9e53ce6ffdd9ddc2614bfb79c7819aba7a;hp=09b1f664401afabfe7ce91192d11906ee10bd80b;hb=2544ba6a0a1b9c4bacc93262b8e776bf98456252;hpb=bb1dab3a97d07dd6778f414ce3bff4f150b60d5d diff --git a/source3/rpc_server/srv_pipe.c b/source3/rpc_server/srv_pipe.c index 09b1f664401..ac491b9e53c 100644 --- a/source3/rpc_server/srv_pipe.c +++ b/source3/rpc_server/srv_pipe.c @@ -2113,7 +2113,7 @@ bool api_pipe_schannel_process(pipes_struct *p, prs_struct *rpc_in, uint32 *p_ss auth_len = p->hdr.auth_len; - if (auth_len != RPC_AUTH_SCHANNEL_SIGN_OR_SEAL_CHK_LEN) { + if (auth_len < RPC_AUTH_SCHANNEL_SIGN_OR_SEAL_CHK_LEN) { DEBUG(0,("Incorrect auth_len %u.\n", (unsigned int)auth_len )); return False; }