summaryrefslogtreecommitdiffstats
path: root/src/shared/sockhelper.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/sockhelper.c')
-rw-r--r--src/shared/sockhelper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/sockhelper.c b/src/shared/sockhelper.c
index 08d73fc..b3f479a 100644
--- a/src/shared/sockhelper.c
+++ b/src/shared/sockhelper.c
@@ -440,7 +440,7 @@ ssize_t sock_recv(const int sock, void *buffer, const size_t len)
return (ssize_t)done;
}
-bool sock_sendPadding(const int fd, uint32_t bytes)
+bool sock_sendPadding(const int fd, size_t bytes)
{
static char nullbytes[512] = {0};