1
0
mirror of https://github.com/simh/simh.git synced 2026-01-25 19:56:25 +00:00

PDP11, PDP18b, PDP8, VAX750, SCP: Silence Coverity identified complaints

This commit is contained in:
Mark Pizzolato
2019-02-20 08:32:37 -08:00
parent 857934d40e
commit 880c8a89b7
6 changed files with 7 additions and 7 deletions

View File

@@ -667,7 +667,7 @@ if (c >= 0) { /* poll connect */
TMLN *lp = rem->lp;
char wru_name[8];
sim_activate_after(uptr+1, 1000000); /* start data poll after 1 second */
sim_activate_after(rem_con_data_unit, 1000000); /* start data poll after 1 second */
lp->rcve = 1; /* rcv enabled */
rem->buf_ptr = 0; /* start with empty command buffer */
rem->single_mode = TRUE; /* start in single command mode */