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:
@@ -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);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user