Corrected spelling in error message.
FossilOrigin-Name: 28a7c5d399e9dda1000007d21fde90bf4b17da8b1e0290614afadb91f6e20366
This commit is contained in:
parent
6cedf2ad32
commit
372374a852
@ -79,7 +79,7 @@ int dtls_openssl_accept(struct conn * conn)
|
|||||||
if (rc)
|
if (rc)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
cw_log(LOG_ERR,"DTLS Error: Timout while waiting establishing session with %s.",sock_addr2str(&conn->addr));
|
cw_log(LOG_ERR,"DTLS Error: Timeout while establishing session with %s.",sock_addr2str(&conn->addr));
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user