The Samba-Bugzilla – Attachment 3977 Details for
Bug 6100
Function needs to return "status not implemented"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
look (text/plain), 517 bytes, created by
Volker Lendecke
on 2009-03-05 14:42:23 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Volker Lendecke
Created:
2009-03-05 14:42:23 UTC
Size:
517 bytes
patch
obsolete
>diff --git a/source/rpc_server/srv_pipe.c b/source/rpc_server/srv_pipe.c >index 705add6..dbee760 100644 >--- a/source/rpc_server/srv_pipe.c >+++ b/source/rpc_server/srv_pipe.c >@@ -2150,7 +2150,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; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 6100
:
3950
|
3953
|
3958
| 3977 |
3978