2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 06:15:37 +00:00

Add missing default return in last commit.

This commit is contained in:
Todd C. Miller
2022-02-03 10:24:10 -07:00
parent d18ee79354
commit c4e67624e3

View File

@@ -548,6 +548,8 @@ journal_alert(AlertMessage *msg, uint8_t *buf, size_t len,
}
if (!journal_write(buf, len, closure))
debug_return_bool(false);
debug_return_bool(true);
}
/*