Merge pull request #1 from SCZeiDan/SCZeiDan-patch-1
Update testj1939.c, correct verbose information.pull/503/head
commit
c2c4636e28
|
|
@ -175,7 +175,7 @@ int main(int argc, char *argv[])
|
||||||
|
|
||||||
if (todo_promisc) {
|
if (todo_promisc) {
|
||||||
if (verbose)
|
if (verbose)
|
||||||
fprintf(stderr, "- setsockopt(, SOL_SOCKET, SO_J1939_PROMISC, %d, %zd);\n",
|
fprintf(stderr, "- setsockopt(, SOL_CAN_J1939, SO_J1939_PROMISC, %d, %zd);\n",
|
||||||
todo_promisc, sizeof(todo_promisc));
|
todo_promisc, sizeof(todo_promisc));
|
||||||
ret = setsockopt(sock, SOL_CAN_J1939, SO_J1939_PROMISC,
|
ret = setsockopt(sock, SOL_CAN_J1939, SO_J1939_PROMISC,
|
||||||
&todo_promisc, sizeof(todo_promisc));
|
&todo_promisc, sizeof(todo_promisc));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue