vfs_fruit: add a missing else
authorRalph Boehme <slow@samba.org>
Tue, 21 May 2019 09:40:33 +0000 (11:40 +0200)
committerJeremy Allison <jra@samba.org>
Thu, 30 May 2019 20:19:27 +0000 (20:19 +0000)
commit44d8568001c87d28962dfc4e3fde6d0f7f409997
treec956e0bc2d7ceb5f3a1ac6302e8636d5ca90bba4
parentad70c947c759aa0965ee57f973fb8dc1909e0e39
vfs_fruit: add a missing else

Luckily the missing else has the same control flow due to the previous if and
else blocks calling return.

Bug: https://bugzilla.samba.org/show_bug.cgi?id=13968

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