mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 10:12:39 +01:00
ircd::fs::aio: Fix argument initialization.
This commit is contained in:
parent
3d6dd0733f
commit
f268d6e29a
1 changed files with 1 additions and 1 deletions
|
@ -456,7 +456,7 @@ try
|
|||
{
|
||||
[this]
|
||||
{
|
||||
aio_context *idp;
|
||||
aio_context *idp {nullptr};
|
||||
syscall<SYS_io_setup>(this->max_events(), &idp);
|
||||
return idp;
|
||||
}(),
|
||||
|
|
Loading…
Reference in a new issue