X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fmgmt%2Fmgmt_svc.c;h=0dff68971195c80fdd7331649dedf8cd11ee46bc;hb=01f1ca8d24579364a240b6016250b3004ac8e361;hp=88fbf48de3801ae4bc50dd18899558b4788a6613;hpb=2dc9c16e770415d56839e1996015fec5fab93f29;p=fs%2Flustre-release.git diff --git a/lustre/mgmt/mgmt_svc.c b/lustre/mgmt/mgmt_svc.c index 88fbf48..0dff689 100644 --- a/lustre/mgmt/mgmt_svc.c +++ b/lustre/mgmt/mgmt_svc.c @@ -61,7 +61,7 @@ static int mgmt_handler(struct ptlrpc_request *req) break; case MGMT_CONNECT: DEBUG_REQ(D_RPCTRACE, req, "connect"); - rc = target_handle_connect(req, NULL /* no recovery handler */); + rc = target_handle_connect(req); break; case MGMT_DISCONNECT: DEBUG_REQ(D_RPCTRACE, req, "disconnect");