2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-09-02 07:15:27 +00:00

store_accept_local: fix return value on error

This commit is contained in:
Todd C. Miller
2021-08-14 08:47:44 -06:00
parent 0f6a74f180
commit 4add9c2c00

View File

@@ -204,7 +204,7 @@ done:
if (closure->evlog != evlog) if (closure->evlog != evlog)
eventlog_free(evlog); eventlog_free(evlog);
debug_return_bool(true); debug_return_bool(ret);
} }
/* /*