/[monit]/monit/status.c
ViewVC logotype

Diff of /monit/status.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.16 by chopp, Fri Nov 8 15:41:14 2002 UTC revision 1.17 by martinp, Tue Dec 3 09:10:46 2002 UTC
# Line 166  static void local_status(Process_T p) { Line 166  static void local_status(Process_T p) {
166            
167      free(uptime);      free(uptime);
168    
169      for(d= p->dependantlist; d; d=p->dependantlist->next) {      for(d= p->dependantlist; d; d=d->next)
170        fprintf(stdout, "Process '%s' is dependant\n", d->dependant);        fprintf(stdout, "Process '%s' is dependant\n", d->dependant);
       if(d->next == NULL)  
         break;  
     }  
171            
172    } else {    } else {
173            

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26