From: pschwan Date: Thu, 3 Oct 2002 19:06:32 +0000 (+0000) Subject: b=617434 X-Git-Tag: 0.5.14~84 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=90bc683b3e895d880405343307ee8521975e5640;p=fs%2Flustre-release.git b=617434 shaver's fix for the recovery NULL deref --- 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); }