Reapply check_obj.cocci

parent 710a9fb1
...@@ -460,7 +460,7 @@ vcc_ParseImport(struct vcc *tl) ...@@ -460,7 +460,7 @@ vcc_ParseImport(struct vcc *tl)
vimold = msym->import; vimold = msym->import;
if (vimold != NULL) { if (vimold != NULL) {
CHECK_OBJ_NOTNULL(vimold, VMOD_IMPORT_MAGIC); CHECK_OBJ(vimold, VMOD_IMPORT_MAGIC);
if (!strcmp(vimold->file_id, vim->file_id)) { if (!strcmp(vimold->file_id, vim->file_id)) {
/* Identical import is OK */ /* Identical import is OK */
} else { } else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment