Ticket #878 (closed defect: fixed)

Opened 5 months ago

Last modified 4 months ago

TLS not working - wrong method name

Reported by: kubicek Assigned to: nobody
Priority: high Milestone: Munin 2.0
Component: master Version: 1.4.3
Severity: normal Keywords:
Cc:

Description

In changeset:2067 method _write_socket_single was renamed to _node_write_single but not everywhere. It must be renamed in source:trunk/master/lib/Munin/Master/Node.pm@3271#L109 too, otherwise TLS does not work:

[ERROR] Munin::Master::UpdateWorker?<some_host> died with 'Undefined subroutine &Munin::Master::Node::_write_socket_single called at /usr/local/lib/perl5/site_perl/5.10.1/Munin/Master/Node.pm line 109, <GEN1> line 1.

Change History

04/13/10 02:02:02 changed by bldewolf

  • status changed from new to closed.
  • resolution set to fixed.

I have resolved this issue in r3483 by correcting the function name.