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

Diff of /monit/validate.c

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

revision 1.19 by rory, Wed Oct 2 03:03:45 2002 UTC revision 1.20 by chopp, Fri Oct 25 15:50:46 2002 UTC
# Line 447  static int check_connection(Process_T p, Line 447  static int check_connection(Process_T p,
447                
448      }      }
449    
450        if ( pp->certmd5 != NULL ) {
451    
452          if (! check_ssl_md5sum(pp->ssl, pp->certmd5)) {
453    
454            snprintf(report, STRLEN,
455                     "md5sums of SSL certificates do not match at %s",
456                     pp->address);
457            
458            log("'%s' %s\n", p->name, report);
459            rv= FALSE;
460            goto error;
461    
462          }
463    
464        }
465    
466    }    }
467    
468    /* Run the protocol verification routine through the socket */    /* Run the protocol verification routine through the socket */

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

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