From 90bc683b3e895d880405343307ee8521975e5640 Mon Sep 17 00:00:00 2001 From: pschwan Date: Thu, 3 Oct 2002 19:06:32 +0000 Subject: [PATCH] b=617434 shaver's fix for the recovery NULL deref --- lustre/ptlrpc/recovd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/ptlrpc/recovd.c b/lustre/ptlrpc/recovd.c index 33a699b..1d838af 100644 --- a/lustre/ptlrpc/recovd.c +++ b/lustre/ptlrpc/recovd.c @@ -277,6 +277,7 @@ int recovd_setup(struct recovd_obd *recovd) recovd->recovd_state == RECOVD_READY); ptlrpc_recovd = recovd; + class_signal_connection_failure = recovd_conn_fail; RETURN(0); } -- 1.8.3.1