lib/global_session/directory.rb in global_session-3.2.0 vs lib/global_session/directory.rb in global_session-3.2.1
- old
+ new
@@ -166,10 +166,10 @@
# Determine the authority name associated with this directory's private session-signing key.
#
# @deprecated will be removed in GlobalSession v4; please use Keystore instead
# @see GlobalSession::Keystore
def local_authority_name
- @keystore.private_key_name || @private_key_name
+ @keystore.private_key_name
end
# Determine whether this system trusts a particular named authority based on
# the settings specified in Configuration and/or the presence of public key
# files on disk.