Commit Diff


commit - 5e3285d52ea2b97b84fdef0b3785782d7947b50e
commit + 9356f61a63d2d50194884ada28a9f3164fdd00f4
blob - 6d339c15e42dacfb6546a9051225b136a6b561cf
blob + a2e6be54cfe610e54da4e1772264b99d7d671b22
--- gmid.h
+++ gmid.h
@@ -171,7 +171,7 @@ struct client {
 	const char	*meta;
 	int		 fd, pfd;
 	DIR		*dir;
-	char		 sbuf[BUFSIZ];
+	char		 sbuf[1024];
 	ssize_t		 len, off;
 	struct sockaddr_storage	 addr;
 	struct vhost	*host;	/* host she's talking to */