mirror of
https://github.com/linux-can/can-utils.git
synced 2026-08-05 06:20:00 +02:00
testj1939: initialize verbose variable
Signed-off-by: Bastian Stender <bst@pengutronix.de> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
This commit is contained in:
committed by
Marc Kleine-Budde
parent
8839679a4c
commit
680d5c30c3
+2
-1
@@ -110,7 +110,8 @@ static void schedule_oneshot_itimer(double delay)
|
||||
/* main */
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
int ret, sock, opt, j, verbose;
|
||||
int ret, sock, opt, j;
|
||||
int verbose = 0;
|
||||
socklen_t peernamelen;
|
||||
struct sockaddr_can sockname = {
|
||||
.can_family = AF_CAN,
|
||||
|
||||
Reference in New Issue
Block a user