Lines 1-11
Link Here
|
1 |
--- src/security/ServerOptions.h.orig 2019-02-19 02:46:22 UTC |
|
|
2 |
+++ src/security/ServerOptions.h |
3 |
@@ -35,7 +35,7 @@ class ServerOptions : public PeerOptions (public) |
4 |
// is more secure to have only a small set of trusted CA. |
5 |
flags.tlsDefaultCa.defaultTo(false); |
6 |
} |
7 |
- ServerOptions(const ServerOptions &) = default; |
8 |
+ ServerOptions(const ServerOptions &) = delete; |
9 |
ServerOptions &operator =(const ServerOptions &); |
10 |
ServerOptions(ServerOptions &&o) { this->operator =(o); } |
11 |
ServerOptions &operator =(ServerOptions &&o) { this->operator =(o); return *this; } |