From b2626c2d23cc9b9fdc0706f39d4c926aa12d679d Mon Sep 17 00:00:00 2001 From: Ralph Boehme Date: Sat, 27 Sep 2014 08:04:11 +0200 Subject: [PATCH] vfs_fruit: remove redundant assignment Signed-off-by: Ralph Boehme Reviewed-by: Jeremy Allison Reviewed-by: Michael Adam --- source3/modules/vfs_fruit.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source3/modules/vfs_fruit.c b/source3/modules/vfs_fruit.c index dd404909847..242a6cbbc84 100644 --- a/source3/modules/vfs_fruit.c +++ b/source3/modules/vfs_fruit.c @@ -817,7 +817,6 @@ static ssize_t ad_header_read_rsrc(struct adouble *ad, const char *path) lp_fake_directory_create_times( SNUM(ad->ad_handle->conn))); if (rc != 0) { - rc = -1; goto exit; } ad_setentrylen(ad, ADEID_RFORK, sbuf.st_ex_size); -- 2.11.4.GIT