mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 06:15:37 +00:00
store_accept_local: fix return value on error
This commit is contained in:
@@ -204,7 +204,7 @@ done:
|
||||
if (closure->evlog != evlog)
|
||||
eventlog_free(evlog);
|
||||
|
||||
debug_return_bool(true);
|
||||
debug_return_bool(ret);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user