From: Ralph Boehme Date: Tue, 9 Jul 2019 17:07:30 +0000 (+0200) Subject: vfs_fruit: remove duplicate catia mappings X-Git-Tag: talloc-2.3.0~99 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1acdca751937186b9b114961bd045b9a022e39b5;p=thirdparty%2Fsamba.git vfs_fruit: remove duplicate catia mappings 0x0d:0xf00d is already given a few lines above. Signed-off-by: Ralph Boehme Reviewed-by: Jeremy Allison --- 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 */