From fcda11db130b03cf5f6ec7c59d8b93c4e7d15c0a Mon Sep 17 00:00:00 2001 From: niu Date: Tue, 13 Sep 2005 02:57:12 +0000 Subject: [PATCH] oops, fix typo. --- lustre/mds/mds_audit_path.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/mds/mds_audit_path.c b/lustre/mds/mds_audit_path.c index 7e408e1..b025eb0 100644 --- a/lustre/mds/mds_audit_path.c +++ b/lustre/mds/mds_audit_path.c @@ -590,7 +590,7 @@ out: } list_del_init(&item->link); OBD_FREE(item, sizeof(*item)); - LASSERT(strlen(*name) < namelen); + LASSERT(strlen(*name) < *namelen); } RETURN(rc); } -- 1.8.3.1