Fix typo when reading TLS config

This commit is contained in:
Mark Haines 2014-09-02 10:54:46 +01:00
parent 828101dd51
commit 64b341cc10

View File

@ -31,7 +31,7 @@ class TlsConfig(Config):
self.tls_private_key = self.read_tls_private_key(
args.tls_private_key_path
)
self.tls_dh_params_path = self.check_path(
self.tls_dh_params_path = self.check_file(
args.tls_dh_params_path, "tls_dh_params"
)