Changeset 902

Show
Ignore:
Timestamp:
04/04/05 21:47:41 (7 years ago)
Author:
jo
Message:

Simple TLS works. Repository should now be in working order.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/node/munin-node.in

    r901 r902  
    735735 
    736736    # Try to negotiate the tls connection 
    737     if (Net::SSLeay::accept($tls)) 
     737    my $res; 
     738    if ($res = Net::SSLeay::accept($tls)) 
    738739    { 
    739740        logger ("TLS Notice: TLS not enabled: " . &Net::SSLeay::print_errs());