aboutsummaryrefslogtreecommitdiff
path: root/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'util.c')
-rw-r--r--util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util.c b/util.c
index c545724..3c51df7 100644
--- a/util.c
+++ b/util.c
@@ -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;
}