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:
parent
09b37a1bfc
commit
08a5aa2320
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue