[BACK]Return to monitor.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/monitor.c between version 1.206 and 1.207

version 1.206, 2019/12/15 18:57:30 version 1.207, 2020/01/23 07:10:22
Line 330 
Line 330 
         pmonitor->m_recvfd = -1;          pmonitor->m_recvfd = -1;
   
         monitor_set_child_handler(pmonitor->m_pid);          monitor_set_child_handler(pmonitor->m_pid);
         signal(SIGHUP, &monitor_child_handler);          ssh_signal(SIGHUP, &monitor_child_handler);
         signal(SIGTERM, &monitor_child_handler);          ssh_signal(SIGTERM, &monitor_child_handler);
         signal(SIGINT, &monitor_child_handler);          ssh_signal(SIGINT, &monitor_child_handler);
   
         mon_dispatch = mon_dispatch_postauth20;          mon_dispatch = mon_dispatch_postauth20;
   

Legend:
Removed from v.1.206  
changed lines
  Added in v.1.207