owncloudcmd: Fix structurally dead code.

This fixes Coverity CID 12928
This commit is contained in:
Klaas Freitag 2014-06-20 12:34:15 +02:00
parent b34afa1afc
commit 1dd58a537e

View file

@ -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);