Pass const char pointer instead of char to packet_append_string() in _client_authreq109()
This commit is contained in:
parent
966751b26a
commit
6c2b35ce6c
1 changed files with 1 additions and 1 deletions
|
@ -1141,7 +1141,7 @@ namespace pvpgn
|
|||
conn_set_state(c, conn_state_untrusted);
|
||||
|
||||
bn_int_set(&rpacket->u.server_authreply_109.message, SERVER_AUTHREPLY_109_MESSAGE_BADVERSION);
|
||||
packet_append_string(rpacket, '\0');
|
||||
packet_append_string(rpacket, "");
|
||||
|
||||
conn_push_outqueue(c, rpacket);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue