mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-21 05:53:12 -07:00
Add fallback if getnameinfo fails
This commit is contained in:
parent
9e698dd7c4
commit
89c3175d71
2 changed files with 4 additions and 4 deletions
|
@ -155,7 +155,7 @@ typedef struct chiaki_session_t
|
|||
bool ps5;
|
||||
struct addrinfo *host_addrinfos;
|
||||
struct addrinfo *host_addrinfo_selected;
|
||||
char hostname[128];
|
||||
char hostname[256];
|
||||
char regist_key[CHIAKI_RPCRYPT_KEY_SIZE];
|
||||
uint8_t morning[CHIAKI_RPCRYPT_KEY_SIZE];
|
||||
uint8_t did[CHIAKI_RP_DID_SIZE];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue