diff --git a/src/tls_schannel.c b/src/tls_schannel.c index 10b3fbd..b63d2ac 100644 --- a/src/tls_schannel.c +++ b/src/tls_schannel.c @@ -223,7 +223,7 @@ int tls_start(tls_t *tls) char *name; /* use the domain there as our name */ - name = strdup(tls->conn->domain); + name = tls->conn->domain; ctxtreq = ISC_REQ_SEQUENCE_DETECT | ISC_REQ_REPLAY_DETECT | ISC_REQ_CONFIDENTIALITY | ISC_RET_EXTENDED_ERROR