diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/sp/transport/tls/tls.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sp/transport/tls/tls.c b/src/sp/transport/tls/tls.c index 2f21919d..9a216f2b 100644 --- a/src/sp/transport/tls/tls.c +++ b/src/sp/transport/tls/tls.c @@ -732,7 +732,6 @@ tlstran_dial_cb(void *arg) error: // Error connecting. We need to pass this straight back to the user. - nni_mtx_lock(&ep->mtx); if ((aio = ep->useraio) != NULL) { ep->useraio = NULL; nni_aio_finish_error(aio, rv); |
