summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Boehme <rb@sernet.de>2014-09-27 08:04:11 +0200
committerMichael Adam <obnox@samba.org>2014-09-30 23:35:09 +0200
commitb2626c2d23cc9b9fdc0706f39d4c926aa12d679d (patch)
tree38d775597c8560b1917c4fdb01c55452496aee91
parent04ebed138643449f35a0a9c9be82a57faa653dd1 (diff)
downloadsamba-b2626c2d23cc9b9fdc0706f39d4c926aa12d679d.tar.gz
vfs_fruit: remove redundant assignment
Signed-off-by: Ralph Boehme <rb@sernet.de> Reviewed-by: Jeremy Allison <jra@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
-rw-r--r--source3/modules/vfs_fruit.c1
1 files changed, 0 insertions, 1 deletions
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);