mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-03-13 12:26:30 +00:00
[tls socket] change tls_tostring
This commit is contained in:
parent
f47487a052
commit
2436661517
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ static int tls_tostring(lua_State *L) {
|
|||
TlsContext **tlsp = checktls(L);
|
||||
TlsContext *tls = *tlsp;
|
||||
|
||||
lua_pushfstring(L, "tls.TlsClient(fd=%d)", tls->fd);
|
||||
lua_pushfstring(L, "tls.TlsClient({fd=%d})", tls->fd);
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue