mirror of
https://github.com/matrix-construct/construct
synced 2024-12-28 00:14:07 +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
|
#endif
|
||||||
|
|
||||||
return 0;
|
const mutable_buffer buf
|
||||||
|
{
|
||||||
|
id, max_size
|
||||||
|
};
|
||||||
|
|
||||||
|
return size(fs::uuid(fd, buf));
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Reference in a new issue