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

Diff of /monit/validate.c

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

revision 1.92 by hauk, Thu Sep 25 19:27:38 2003 UTC revision 1.93 by hauk, Tue Sep 30 16:03:14 2003 UTC
# Line 1015  static int check_checksum(Service_T s, c Line 1015  static int check_checksum(Service_T s, c
1015      snprintf(report, STRLEN, "checksum test failed for %s", s->path);      snprintf(report, STRLEN, "checksum test failed for %s", s->path);
1016      /* Set the old checksum to the new value so we do not report this      /* Set the old checksum to the new value so we do not report this
1017       * more than once per change */       * more than once per change */
1018      free(s->checksum->md5);      FREE(s->checksum->md5);
1019      s->checksum->md5= get_md5sum(s->path);      s->checksum->md5= get_md5sum(s->path);
1020      return TRUE;      return TRUE;
1021    }    }

Legend:
Removed from v.1.92  
changed lines
  Added in v.1.93

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