vfs_fruit: remove duplicate catia mappings
authorRalph Boehme <slow@samba.org>
Tue, 9 Jul 2019 17:07:30 +0000 (19:07 +0200)
committerJeremy Allison <jra@samba.org>
Fri, 12 Jul 2019 21:31:29 +0000 (21:31 +0000)
0x0d:0xf00d is already given a few lines above.

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/modules/vfs_fruit.c

index 58119e09559e64334dc5b87cdc68552b3c3eaf63..55d332fd526c666a347cda3f24c5f133ba2087be 100644 (file)
@@ -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 */