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

- additional debug

parent 2f26954a
No related branches found
No related tags found
Loading
...@@ -279,6 +279,10 @@ verify: ...@@ -279,6 +279,10 @@ verify:
} }
spin_unlock(&filter->fo_capa_lock); 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); capa_put(ocapa);
RETURN(rc ? -EACCES : 0); 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