Just a slight reminder.
parent
0dde689056
commit
69c491080a
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue