s3:smbd: make use of PROTOCOL_SMB2_02
authorStefan Metzmacher <metze@samba.org>
Mon, 5 Sep 2011 11:24:08 +0000 (13:24 +0200)
committerStefan Metzmacher <metze@samba.org>
Mon, 5 Sep 2011 11:25:00 +0000 (13:25 +0200)
metze

source3/smbd/negprot.c

index 236b4d66926723c5147cb092c7e7a097fa10331a..49b9420fbf96cf97a2c19b0d4dc5b47a009ae2d0 100644 (file)
@@ -743,7 +743,7 @@ void reply_negprot(struct smb_request *req)
 
        TALLOC_FREE(cliprotos);
 
-       if (lp_async_smb_echo_handler() && (get_Protocol() < PROTOCOL_SMB2) &&
+       if (lp_async_smb_echo_handler() && (get_Protocol() < PROTOCOL_SMB2_02) &&
            !fork_echo_handler(sconn)) {
                exit_server("Failed to fork echo handler");
        }