Aid basic static code checkers to see that ctx can not be null in this code path.

edge.strict_endians
uvman 2006-10-28 23:06:49 +00:00
parent 11c38fa46d
commit 08db1a719b
1 changed files with 1 additions and 1 deletions

View File

@ -1352,7 +1352,7 @@ err_out:
err = 1;
} else
ntfs_attr_reinit_search_ctx(ctx);
if (!err) {
if (ctx) {
err = ntfs_attr_lookup(na->type, na->name,
na->name_len, 0, 0, NULL, 0, ctx);
if (!err) {