Searched refs:exit_error (Results 1 - 1 of 1) sorted by relevance

/solaris-userland/components/proftpd/
H A Dmod_solaris_audit.c466 int exit_error = cmd->error_code; local
490 * In such case, the exit_error might contain the errno number
494 if (exit_error == ADT_FAILURE)
495 exit_error = ADT_SUCCESS;
498 if (adt_put_event(event, exit_status, exit_error) != 0) {

Completed in 21 milliseconds