View | Details | Raw Unified | Return to bug 1196
Collapse All | Expand All

(-)openssh-4.3p2/monitor.c (+1 lines)
Lines 383-388 Link Here
383
       monitor_set_child_handler(pmonitor->m_pid);
383
       monitor_set_child_handler(pmonitor->m_pid);
384
       signal(SIGHUP, &monitor_child_handler);
384
       signal(SIGHUP, &monitor_child_handler);
385
       signal(SIGTERM, &monitor_child_handler);
385
       signal(SIGTERM, &monitor_child_handler);
386
       signal(SIGINT, &monitor_child_handler);
386
387
387
       if (compat20) {
388
       if (compat20) {
388
               mon_dispatch = mon_dispatch_postauth20;
389
               mon_dispatch = mon_dispatch_postauth20;

Return to bug 1196