/[monit]/monit/http/cervlet.c
ViewVC logotype

Diff of /monit/http/cervlet.c

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

revision 1.40 by martinp, Sun Dec 1 17:27:43 2002 UTC revision 1.41 by martinp, Tue Dec 3 09:10:46 2002 UTC
# Line 835  static void print_status(Process_T p, Ht Line 835  static void print_status(Process_T p, Ht
835    
836      free(uptime);      free(uptime);
837    
838      for(d= p->dependantlist; d; d=p->dependantlist->next) {      for(d= p->dependantlist; d; d= d->next) {
839    
840        if( Run.httpdssl ) {        if( Run.httpdssl ) {
841    
# Line 847  static void print_status(Process_T p, Ht Line 847  static void print_status(Process_T p, Ht
847    
848        }        }
849    
   
       if(d->next == NULL)  
         break;  
850      }      }
851            
852    } else {    } else {

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41

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