From b74fd66d0d31568424a7e8d31b322c6d1c1232e8 Mon Sep 17 00:00:00 2001 From: huanghua Date: Thu, 21 Sep 2006 05:29:14 +0000 Subject: [PATCH] small fix about pack reply --- lustre/ost/ost_handler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/ost/ost_handler.c b/lustre/ost/ost_handler.c index d69e4b3..5b5df89 100644 --- a/lustre/ost/ost_handler.c +++ b/lustre/ost/ost_handler.c @@ -1443,7 +1443,7 @@ static int ost_handle(struct ptlrpc_request *req) DEBUG_REQ(D_INODE, req, "log connect\n"); rc = ost_llog_handle_connect(req->rq_export, req); req->rq_status = rc; - rc = lustre_pack_reply(req, 0, NULL, NULL); + rc = lustre_pack_reply(req, 1, NULL, NULL); if (rc) RETURN(rc); RETURN(ptlrpc_reply(req)); -- 1.8.3.1