From 861668af7d002d51cdc70a37756beb33115bdc94 Mon Sep 17 00:00:00 2001 From: huanghua Date: Sat, 4 Nov 2006 06:08:00 +0000 Subject: [PATCH] fix a typo --- lustre/mdt/mdt_handler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/mdt/mdt_handler.c b/lustre/mdt/mdt_handler.c index 78424b6..0bf108f 100644 --- a/lustre/mdt/mdt_handler.c +++ b/lustre/mdt/mdt_handler.c @@ -1555,7 +1555,7 @@ static int mdt_sec_ctx_handle(struct mdt_thread_info *info) __u32 opc; opc = lustre_msg_get_opc(req->rq_reqmsg); - if (opc = SEC_CTX_INIT || opc == SEC_CTX_INIT_CONT) + if (opc == SEC_CTX_INIT || opc == SEC_CTX_INIT_CONT) sptlrpc_svc_ctx_invalidate(req); } -- 1.8.3.1