mirror of
https://github.com/matrix-construct/construct
synced 2024-11-18 07:50:57 +01:00
ircd::db: Supply fs::uuid in this env callback.
This commit is contained in:
parent
1f8a756f23
commit
ca0dcd36e4
1 changed files with 6 additions and 1 deletions
|
@ -3085,7 +3085,12 @@ const noexcept
|
|||
};
|
||||
#endif
|
||||
|
||||
return 0;
|
||||
const mutable_buffer buf
|
||||
{
|
||||
id, max_size
|
||||
};
|
||||
|
||||
return size(fs::uuid(fd, buf));
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue