From: ericm Date: Tue, 14 Nov 2006 04:13:08 +0000 (+0000) Subject: branch: b_new_cmd X-Git-Tag: v1_8_0_110~486^2~172 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=edb6bc7faf11f79521254d8f8d158fc7598700b4;p=fs%2Flustre-release.git branch: b_new_cmd b=11215 fix wrong assertion. --- diff --git a/lustre/ptlrpc/sec.c b/lustre/ptlrpc/sec.c index 1d964af..15aa3fd 100644 --- a/lustre/ptlrpc/sec.c +++ b/lustre/ptlrpc/sec.c @@ -1186,7 +1186,7 @@ int sptlrpc_cli_unwrap_reply(struct ptlrpc_request *req) LBUG(); } - LASSERT(rc || req->rq_repmsg); + LASSERT(rc || req->rq_repmsg || req->rq_resend); RETURN(rc); }