Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaas Freitag <freitag@owncloud.com>2014-06-20 14:34:15 +0400
committerKlaas Freitag <freitag@owncloud.com>2014-06-20 14:34:15 +0400
commit1dd58a537ed04996ed5c45261bbbac21e2e59df1 (patch)
tree315baa19e4aae50cf5a6476a057171c2d564cb75 /src/owncloudcmd
parentb34afa1afcf022b66b37fd1317b6c4edade7b756 (diff)
owncloudcmd: Fix structurally dead code.
This fixes Coverity CID 12928
Diffstat (limited to 'src/owncloudcmd')
-rw-r--r--src/owncloudcmd/owncloudcmd.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/owncloudcmd/owncloudcmd.cpp b/src/owncloudcmd/owncloudcmd.cpp
index a1746f9c3..23a110fe3 100644
--- a/src/owncloudcmd/owncloudcmd.cpp
+++ b/src/owncloudcmd/owncloudcmd.cpp
@@ -177,7 +177,6 @@ int main(int argc, char **argv) {
if( csync_init( _csync_ctx ) < 0 ) {
qFatal("Could not initialize csync!");
return EXIT_FAILURE;
- _csync_ctx = 0;
}
csync_set_module_property(_csync_ctx, "csync_context", _csync_ctx);