Whamcloud - gitweb
b=617434
authorpschwan <pschwan>
Thu, 3 Oct 2002 19:06:32 +0000 (19:06 +0000)
committerpschwan <pschwan>
Thu, 3 Oct 2002 19:06:32 +0000 (19:06 +0000)
shaver's fix for the recovery NULL deref

lustre/ptlrpc/recovd.c

index 33a699b..1d838af 100644 (file)
@@ -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);
 }