diff options
Diffstat (limited to 'util.c')
-rw-r--r-- | util.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,5 +13,5 @@ ssize_t sendall(int sockfd, void *buf, size_t len) { total_sent += sent; } while (total_sent < len); DPn("SEND",buf,len); - return total_sent; + return 0; } |