Skip to content
Snippets Groups Projects
Commit 58ccbee8 authored by alex's avatar alex
Browse files

- additional debug

parent 2f26954a
No related merge requests found
......@@ -279,6 +279,10 @@ verify:
}
spin_unlock(&filter->fo_capa_lock);
if (rc) {
DEBUG_CAPA(D_ERROR, capa, "access denied\n");
DEBUG_CAPA(D_ERROR, &ocapa->c_capa, "access denied\n");
}
capa_put(ocapa);
RETURN(rc ? -EACCES : 0);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment