Skip to content

Commit

Permalink
Fix files loading
Browse files Browse the repository at this point in the history
  • Loading branch information
solkin committed Mar 22, 2020
1 parent cd3b412 commit c436157
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions siphon.c
Original file line number Diff line number Diff line change
Expand Up @@ -293,11 +293,6 @@ int load_file(const char *directory, int sock) {
}
printf("\n");
}
/** Checking for transaction success **/
if (trans_cond == EXIT_SUCCESS) {
block_type = BLOCK_DONE;
write_total(sock, &block_type, 1);
}
return trans_cond;
}

Expand Down

0 comments on commit c436157

Please sign in to comment.