Just a slight reminder.
This commit is contained in:
parent
0dde689056
commit
69c491080a
@ -100,6 +100,8 @@ class FileStorage::Service < IPC
|
|||||||
@logged_users = Hash(Int32, AuthD::User::Public).new
|
@logged_users = Hash(Int32, AuthD::User::Public).new
|
||||||
@all_connections = Array(Int32).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 = AuthD::Client.new
|
||||||
@auth.key = @auth_key
|
@auth.key = @auth_key
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user