s4:gensec/schannel: GENSEC_FEATURE_ASYNC_REPLIES is not supported
authorStefan Metzmacher <metze@samba.org>
Sat, 3 Aug 2013 09:21:32 +0000 (11:21 +0200)
committerStefan Metzmacher <metze@samba.org>
Sat, 10 Aug 2013 07:19:01 +0000 (09:19 +0200)
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>
source4/auth/gensec/schannel.c

index 91f166be38215a5b2d1362c1a85155ca23756738..7fc0c7c1087227c976758875d693079ffd2c81a6 100644 (file)
@@ -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;
 }