1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

socket: fix compiler error because of undefined macro

This commit is contained in:
Steffen Vogel 2017-05-23 15:33:59 +02:00
parent 09b37a1bfc
commit 08a5aa2320

View file

@ -330,7 +330,7 @@ static int socket_read_villas(struct node *n, struct sample *smps[], unsigned cn
int ret;
struct socket *s = n->_vd;
char data[MAX_PACKETLEN];
char data[MSG_MAX_PACKET_LEN];
ssize_t bytes;
/* Receive message from socket */