Just a slight reminder.

dev
Philippe Pittoli 2023-07-16 00:48:42 +02:00
parent 0dde689056
commit 69c491080a
1 changed files with 2 additions and 0 deletions

View File

@ -100,6 +100,8 @@ class FileStorage::Service < IPC
@logged_users = Hash(Int32, AuthD::User::Public).new
@all_connections = Array(Int32).new
# TODO: auth service isn't in the FDs pool.
# If the service crashes, filestoraged won't know it.
@auth = AuthD::Client.new
@auth.key = @auth_key