mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Replace macro with inline function (#7365)
This commit is contained in:
parent
6db4b972d0
commit
d902b3a844
5 changed files with 16 additions and 31 deletions
|
@ -353,7 +353,7 @@ mysqlnd_auth_handshake(MYSQLND_CONN_DATA * conn,
|
|||
goto end;
|
||||
}
|
||||
|
||||
SET_NEW_MESSAGE(conn->last_message.s, conn->last_message.l, auth_resp_packet.message, auth_resp_packet.message_len);
|
||||
mysqlnd_set_string(&conn->last_message, auth_resp_packet.message, auth_resp_packet.message_len);
|
||||
ret = PASS;
|
||||
end:
|
||||
PACKET_FREE(&auth_resp_packet);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue