From 1acdca751937186b9b114961bd045b9a022e39b5 Mon Sep 17 00:00:00 2001 From: Ralph Boehme Date: Tue, 9 Jul 2019 19:07:30 +0200 Subject: [PATCH] vfs_fruit: remove duplicate catia mappings 0x0d:0xf00d is already given a few lines above. Signed-off-by: Ralph Boehme Reviewed-by: Jeremy Allison --- source3/modules/vfs_fruit.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source3/modules/vfs_fruit.c b/source3/modules/vfs_fruit.c index 58119e09559..55d332fd526 100644 --- a/source3/modules/vfs_fruit.c +++ b/source3/modules/vfs_fruit.c @@ -181,8 +181,7 @@ static const char *fruit_catia_maps = "0x19:0xf019,0x1a:0xf01a,0x1b:0xf01b,0x1c:0xf01c," "0x1d:0xf01d,0x1e:0xf01e,0x1f:0xf01f," "0x22:0xf020,0x2a:0xf021,0x3a:0xf022,0x3c:0xf023," - "0x3e:0xf024,0x3f:0xf025,0x5c:0xf026,0x7c:0xf027," - "0x0d:0xf00d"; + "0x3e:0xf024,0x3f:0xf025,0x5c:0xf026,0x7c:0xf027"; struct fio { /* tcon config handle */ -- 2.47.3