mirror of
https://github.com/strongswan/strongswan.git
synced 2025-12-03 00:00:23 -05:00
append any previously collection messages to batch
This commit is contained in:
parent
7ead19a700
commit
b55310b3a8
@ -117,7 +117,7 @@ METHOD(tls_t, build, status_t,
|
|||||||
char *msg = this->is_server ? "tncs->tncc 2.0|" : "tncc->tncs 2.0|";
|
char *msg = this->is_server ? "tncs->tncc 2.0|" : "tncc->tncs 2.0|";
|
||||||
size_t len;
|
size_t len;
|
||||||
|
|
||||||
this->batch = chunk_clone(chunk_create(msg, strlen(msg)));
|
this->batch = chunk_cat("cm", chunk_create(msg, strlen(msg)), this->batch);
|
||||||
|
|
||||||
if (!this->is_server && !this->connection_id)
|
if (!this->is_server && !this->connection_id)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user