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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user