From 773d0a6addbf015cf698bdd1eac7e1dc66617d21 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 30 Aug 2011 18:50:35 +0200 Subject: s3:torture: add SMB2-NEGPROT test metze --- source3/torture/proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/torture/proto.h') diff --git a/source3/torture/proto.h b/source3/torture/proto.h index bf75a5ae93..adfccd8c20 100644 --- a/source3/torture/proto.h +++ b/source3/torture/proto.h @@ -94,6 +94,7 @@ bool run_notify_online(int dummy); bool run_nttrans_create(int dummy); bool run_nttrans_fsctl(int dummy); bool run_smb2_basic(int dummy); +bool run_smb2_negprot(int dummy); bool run_local_conv_auth_info(int dummy); bool run_local_sprintf_append(int dummy); -- cgit