Skip to content

Commit

Permalink
tls config: removed unneeded variable
Browse files Browse the repository at this point in the history
  • Loading branch information
franku committed Sep 17, 2018
1 parent b01c6c5 commit 5fe49ae
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions core/src/lib/tls_conf_cert.h
Expand Up @@ -51,9 +51,6 @@ class TlsConfigCert : public TlsConfigBase {
bool GetVerifyPeer() const override { return VerifyPeer; }
std::vector<std::string> AllowedCertificateCommonNames() const override;
bool GetAuthenticate() const override { return authenticate; }

private:
static u_int32_t const policy_offset = 0;
};

#endif /* BAREOS_LIB_TLS_CONF_CERT_H_ */

0 comments on commit 5fe49ae

Please sign in to comment.