mirror of
https://github.com/linux-can/can-utils.git
synced 2026-09-22 16:09:52 +02:00
canlogserver/log2long: make CAN XL ASCII buffer static
Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>
This commit is contained in:
+1
-1
@@ -201,7 +201,7 @@ int main(int argc, char **argv)
|
||||
struct sockaddr_in inaddr;
|
||||
struct sockaddr_in clientaddr;
|
||||
socklen_t sin_size = sizeof(clientaddr);
|
||||
char afrbuf[AFRSZ];
|
||||
static char afrbuf[AFRSZ];
|
||||
|
||||
sigemptyset(&sigset);
|
||||
signalaction.sa_handler = &childdied;
|
||||
|
||||
Reference in New Issue
Block a user