Skip to content

Instantly share code, notes, and snippets.

@bloodeagle40234
Created October 12, 2016 02:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bloodeagle40234/6af7f2d3e67e9cddabbea7e84c453c90 to your computer and use it in GitHub Desktop.
Save bloodeagle40234/6af7f2d3e67e9cddabbea7e84c453c90 to your computer and use it in GitHub Desktop.
diff --git a/src/erasurecode.c b/src/erasurecode.c
index 31fc884..cf61ff6 100644
--- a/src/erasurecode.c
+++ b/src/erasurecode.c
@@ -826,7 +826,7 @@ int liberasurecode_reconstruct_fragment(int desc,
log_error("Could not allocate missing_idxs buffer!");
goto out;
}
-
+ goto out;
/*
* Separate the fragments into data and parity. Also determine which
* pieces are missing.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment