aboutsummaryrefslogtreecommitdiff
path: root/gmid.h
diff options
context:
space:
mode:
Diffstat (limited to 'gmid.h')
-rw-r--r--gmid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gmid.h b/gmid.h
index 885a7a7..770deea 100644
--- a/gmid.h
+++ b/gmid.h
@@ -306,7 +306,7 @@ struct client {
/* big enough to store STATUS + SPACE + META + CRLF */
char sbuf[1029];
- ssize_t len, off;
+ size_t soff;
struct sockaddr_storage raddr;
socklen_t raddrlen;