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

Diff for /src/usr.bin/ssh/monitor_wrap.c between version 1.33 and 1.34

version 1.33, 2003/10/11 11:36:23 version 1.34, 2003/10/15 09:48:45
Line 71 
Line 71 
          * m_pid is only set in the privileged part, and           * m_pid is only set in the privileged part, and
          * points to the unprivileged child.           * points to the unprivileged child.
          */           */
         return (pmonitor->m_pid > 0);          return (pmonitor && pmonitor->m_pid > 0);
 }  }
   
 void  void

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34