mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fix initialisation order
This commit is contained in:
parent
64ba5d4a06
commit
9881cb3945
1 changed files with 1 additions and 1 deletions
|
@ -2411,8 +2411,8 @@ static void
|
|||
MYSQLND_METHOD(mysqlnd_protocol, init_sha256_pk_request_response_packet)(struct st_mysqlnd_packet_sha256_pk_request_response *packet)
|
||||
{
|
||||
DBG_ENTER("mysqlnd_protocol::init_sha256_pk_request_response_packet");
|
||||
packet->header.m = &packet_methods[PROT_SHA256_PK_REQUEST_RESPONSE_PACKET];
|
||||
memset(packet, 0, sizeof(*packet));
|
||||
packet->header.m = &packet_methods[PROT_SHA256_PK_REQUEST_RESPONSE_PACKET];
|
||||
DBG_VOID_RETURN;
|
||||
}
|
||||
/* }}} */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue