/[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.46 by hauk, Thu Dec 19 21:09:19 2002 UTC revision 1.47 by hauk, Sat Dec 21 01:45:22 2002 UTC
# Line 641  static void do_process(HttpRequest req, Line 641  static void do_process(HttpRequest req,
641    
642      for(d= p->dependantlist; d; d= d->next) {      for(d= p->dependantlist; d; d= d->next) {
643        if(d->dependant != NULL) {        if(d->dependant != NULL) {
644          out_print(res,"<tr><td>Dependant Process </a></td>"          out_print(res,"<tr><td>Depends on Process </a></td>"
645                    "<td> <a href=%s> %s </a></td></tr>",                    "<td> <a href=%s> %s </a></td></tr>",
646                    d->dependant, d->dependant);                    d->dependant, d->dependant);
647        }        }

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47

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