Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a17da4
)
branch: b_new_cmd
author
ericm
<ericm>
Tue, 14 Nov 2006 04:13:08 +0000
(
04:13
+0000)
committer
ericm
<ericm>
Tue, 14 Nov 2006 04:13:08 +0000
(
04:13
+0000)
b=11215
fix wrong assertion.
lustre/ptlrpc/sec.c
patch
|
blob
|
history
diff --git
a/lustre/ptlrpc/sec.c
b/lustre/ptlrpc/sec.c
index
1d964af
..
15aa3fd
100644
(file)
--- 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);
}