Browse Source

fl_wrapper: changed to skip post action handling for open() calls that failed

user/amery/test/random-cleanup
Alejandro Mery 14 years ago
committed by Alejandro Mery
parent
commit
e91d16c10e
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      src/tools-source/fl_wrapper/tpl_open.c

+ 3
- 0
src/tools-source/fl_wrapper/tpl_open.c

@ -56,6 +56,9 @@ RET_TYPE FUNCTION(P1)
} else
rc = orig_FUNCTION(P2);
if (rc < 0)
return rc;
old_errno=errno;
#if HAS_FFD
handle_fileat_access_after("FUNCTION", ffd, f, &status);

Loading…
Cancel
Save