From: Douglas Bagnall Date: Tue, 10 Jan 2023 23:41:35 +0000 (+1300) Subject: s4/torture/gentest: remove redundant op entry X-Git-Tag: talloc-2.4.2~1019 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f870211fbff1fab7923b30cfbb263d2df1ce3ad;p=thirdparty%2Fsamba.git s4/torture/gentest: remove redundant op entry Also on line 2994. Signed-off-by: Douglas Bagnall Reviewed-by: Andrew Bartlett --- diff --git a/source4/torture/gentest.c b/source4/torture/gentest.c index d52f754da71..77647608d1f 100644 --- a/source4/torture/gentest.c +++ b/source4/torture/gentest.c @@ -3026,11 +3026,6 @@ static struct { .handler = handler_smb_notify, .smb2 = false, }, - { - .name = "SEEK", - .handler = handler_smb_seek, - .smb2 = false, - }, };