Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkRivers committed Nov 6, 2024
1 parent 53a40b5 commit f37b763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asyn/drvAsynSerial/drvAsynIPPort.c
Original file line number Diff line number Diff line change
Expand Up @@ -543,8 +543,8 @@ connectIt(void *drvPvt, asynUser *pasynUser)
#ifdef USE_CONNECTTIMEOUT
if (setsockopt(fd, SOL_SOCKET, SO_SNDTIMEO, (char *)&saveTV, sizeof saveTV) < 0) {
asynPrint(pasynUser, ASYN_TRACE_ERROR, "connectIt, error calling setsockopt for SO_SNDTIMEO: %s\n", strerror(SOCKERRNO));
#endif
}
#endif
}
}
i = 1;
Expand Down

0 comments on commit f37b763

Please sign in to comment.