devtls: fix typo in debug print
This commit is contained in:
parent
7f295c2055
commit
694597de3b
1 changed files with 1 additions and 1 deletions
|
@ -1824,7 +1824,7 @@ tlsError(TlsRec *tr, char *msg)
|
||||||
{
|
{
|
||||||
int s;
|
int s;
|
||||||
|
|
||||||
if(tr->debug)pprint("tleError %s\n", msg);
|
if(tr->debug)pprint("tlsError %s\n", msg);
|
||||||
lock(&tr->statelk);
|
lock(&tr->statelk);
|
||||||
s = tr->state;
|
s = tr->state;
|
||||||
tr->state = SError;
|
tr->state = SError;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue