Skip to content
Snippets Groups Projects
Commit b3c0359e authored by Steven Murray's avatar Steven Murray
Browse files

Fixed bug in new rmcd retry logic that could cause a delay of 5 seconds

parent 28e5a5c1
No related branches found
No related tags found
No related merge requests found
......@@ -355,7 +355,7 @@ static int rmc_getreq(
if (l > 0) {
rmc_logit (func, RMC04, l);
} else if (l < 0) {
rmc_logit (func, RMC02, "netread", strerror(errno));
rmc_logit (func, RMC02, "netread", sstrerror(serrno));
}
return (ERMCUNREC);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment