diff --git a/ircd/db.cc b/ircd/db.cc index 7c21e5ccf..f0537ff40 100644 --- a/ircd/db.cc +++ b/ircd/db.cc @@ -3085,7 +3085,12 @@ const noexcept }; #endif - return 0; + const mutable_buffer buf + { + id, max_size + }; + + return size(fs::uuid(fd, buf)); } void