From 0eb0842e0a87533a5efec19cd176135c005ff3be Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 16 Jun 2008 16:41:19 +0200 Subject: [PATCH] Fix return code of open which was always 1. --- src/csync_propagate.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/csync_propagate.c b/src/csync_propagate.c index 8bc100abab..257ef0f31e 100644 --- a/src/csync_propagate.c +++ b/src/csync_propagate.c @@ -114,7 +114,6 @@ static int _csync_push_file(CSYNC *ctx, csync_file_stat_t *st) { rc = 1; } CSYNC_LOG(CSYNC_LOG_PRIORITY_ERROR, "file: %s, command: open, error: %s", suri, strerror(errno)); - rc = 1; goto out; }