The call to ld_emailalert_send() in purge_untracked_service()
was missing the current argument.

Signed-off-by: Simon Horman <[EMAIL PROTECTED]>

Index: heartbeat/ldirectord/ldirectord.in
===================================================================
--- heartbeat.orig/ldirectord/ldirectord.in     2007-07-04 18:20:41.000000000 
+0900
+++ heartbeat/ldirectord/ldirectord.in  2007-07-04 18:21:32.000000000 +0900
@@ -3300,7 +3300,7 @@ sub purge_untracked_service
        &system_wrapper("$IPVSADM -d $v->{proto} " . &get_virtual($v) . 
                        " -r $rservice");
        &ld_log($log_arg);
-       &ld_emailalert_send($log_arg, $v, $rservice);
+       &ld_emailalert_send($log_arg, $v, $rservice, 0);
 }
 
 

-- 

-- 
Horms
  H: http://www.vergenet.net/~horms/
  W: http://www.valinux.co.jp/en/

_______________________________________________________
Linux-HA-Dev: [email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
Home Page: http://linux-ha.org/

Reply via email to