Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
driftregion committed Nov 1, 2023
1 parent 711c138 commit a0da50f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iso14229.c
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ static int LinuxSockBind(const char *if_name, uint32_t rxid, uint32_t txid) {
};

if ((fd = socket(AF_CAN, SOCK_DGRAM | SOCK_NONBLOCK, CAN_ISOTP)) < 0) {
perror("socket");
fprintf(stderr, "socket: %s", strerror(errno));
return -1;
}

Expand Down

0 comments on commit a0da50f

Please sign in to comment.