Skip to content

Commit

Permalink
testj1939: initialize verbose variable
Browse files Browse the repository at this point in the history
Signed-off-by: Bastian Stender <bst@pengutronix.de>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
  • Loading branch information
Bastian-Krause authored and marckleinebudde committed Jan 18, 2018
1 parent 8839679 commit 680d5c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion testj1939.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 680d5c3

Please sign in to comment.