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

Diff of /monit/util.c

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

revision 1.86 by martinp, Tue Sep 9 17:34:10 2003 UTC revision 1.87 by chopp, Sun Sep 14 00:03:54 2003 UTC
# Line 783  void printservicelist() { Line 783  void printservicelist() {
783        
784    printf("The service list contains the following entries:\n\n");    printf("The service list contains the following entries:\n\n");
785        
786    for(s= servicelist; s; s= s->next) {    for(s= servicelist_conf; s; s= s->next_conf) {
787            
788      printservice(s);      printservice(s);
789            

Legend:
Removed from v.1.86  
changed lines
  Added in v.1.87

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