diff options
Diffstat (limited to 'vio')
-rw-r--r-- | vio/viossl.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vio/viossl.c b/vio/viossl.c index ab1f217748d..356fca40d13 100644 --- a/vio/viossl.c +++ b/vio/viossl.c @@ -161,8 +161,6 @@ static int ssl_do(struct st_VioSSLFd *ptr, Vio *vio, long timeout, DBUG_PRINT("enter", ("ptr: 0x%lx, sd: %d ctx: 0x%lx", (long) ptr, vio->sd, (long) ptr->ssl_context)); - error_string[0]= 0; - /* Set socket to blocking if not already set */ vio_blocking(vio, 1, &was_blocking); |