0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-30 12:48:54 +02:00

ircd::db: Supply fs::uuid in this env callback.

This commit is contained in:
Jason Volk 2018-08-21 00:21:06 -07:00
parent 1f8a756f23
commit ca0dcd36e4

View file

@ -3085,7 +3085,12 @@ const noexcept
};
#endif
return 0;
const mutable_buffer buf
{
id, max_size
};
return size(fs::uuid(fd, buf));
}
void