mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
s4:gensec/schannel: GENSEC_FEATURE_ASYNC_REPLIES is not supported
There's a sequence number attached to the connection, which needs to be incremented with each message... Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
b510476822
commit
a07049a839
@ -234,9 +234,6 @@ static bool schannel_have_feature(struct gensec_security *gensec_security,
|
|||||||
if (feature & GENSEC_FEATURE_DCE_STYLE) {
|
if (feature & GENSEC_FEATURE_DCE_STYLE) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
if (feature & GENSEC_FEATURE_ASYNC_REPLIES) {
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user