From a07049a839729e29ca888bae353cd37fd6238486 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sat, 3 Aug 2013 11:21:32 +0200 Subject: 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 Reviewed-by: Andrew Bartlett --- source4/auth/gensec/schannel.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'source4/auth') diff --git a/source4/auth/gensec/schannel.c b/source4/auth/gensec/schannel.c index 91f166be38..7fc0c7c108 100644 --- a/source4/auth/gensec/schannel.c +++ b/source4/auth/gensec/schannel.c @@ -234,9 +234,6 @@ static bool schannel_have_feature(struct gensec_security *gensec_security, if (feature & GENSEC_FEATURE_DCE_STYLE) { return true; } - if (feature & GENSEC_FEATURE_ASYNC_REPLIES) { - return true; - } return false; } -- cgit