mirror of
https://github.com/simh/simh.git
synced 2026-03-04 02:24:47 +00:00
TMXR: Count per line TCP sessions
This commit is contained in:
@@ -1326,7 +1326,7 @@ for (i = 0; i < mp->lines; i++) { /* check each line in se
|
||||
tmxr_debug_connect_line (lp, msg);
|
||||
free (sockname);
|
||||
free (peername);
|
||||
++mp->sessions; /* count the new session */
|
||||
++lp->sessions; /* count the new session */
|
||||
|
||||
if (lp->acl) { /* Restrict connection with ACL rules? */
|
||||
if (sim_addr_acl_check (address, lp->acl) != 0) {
|
||||
|
||||
Reference in New Issue
Block a user