summaryrefslogtreecommitdiff
path: root/ACE/examples/IPC_SAP/SSL_SAP/SSL-client-simple.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-05-16 09:42:39 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-05-16 09:42:39 +0200
commit54220d34e730c9f46167a4a3c5ff779c69c60385 (patch)
tree7622500ea7bea635ac1565b7c52a5375f84d8e0c /ACE/examples/IPC_SAP/SSL_SAP/SSL-client-simple.h
parentd9c8b8024e6c9a6be6f5081fd4b49faff9484a6a (diff)
parent72fe6a224c32f648de14795dd80a79b06771a183 (diff)
downloadATCD-54220d34e730c9f46167a4a3c5ff779c69c60385.tar.gz
Merge branch 'master' into jwi-msvc2019-2
Diffstat (limited to 'ACE/examples/IPC_SAP/SSL_SAP/SSL-client-simple.h')
-rw-r--r--ACE/examples/IPC_SAP/SSL_SAP/SSL-client-simple.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/examples/IPC_SAP/SSL_SAP/SSL-client-simple.h b/ACE/examples/IPC_SAP/SSL_SAP/SSL-client-simple.h
index 66e030b51bc..db1ad45bf4c 100644
--- a/ACE/examples/IPC_SAP/SSL_SAP/SSL-client-simple.h
+++ b/ACE/examples/IPC_SAP/SSL_SAP/SSL-client-simple.h
@@ -73,7 +73,7 @@ private:
// Sleep_Time value.
enum {QUIT_STRING_SIZE = 128};
- char quit_string_[QUIT_STRING_SIZE];
+ char quit_string_[QUIT_STRING_SIZE + 1];
// String that shuts down the client/server.
size_t message_len_;