From: Andrey Hristov Date: Tue, 22 Jan 2013 15:48:39 +0000 (+0100) Subject: fix valgrind warning X-Git-Tag: php-5.6.0alpha1~582^2~15^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=95346c017c55e44a3e3d19945902a0275d3fafe4;p=php fix valgrind warning --- diff --git a/ext/mysqlnd/mysqlnd_structs.h b/ext/mysqlnd/mysqlnd_structs.h index ecb1d89216..b88004a9f1 100644 --- a/ext/mysqlnd/mysqlnd_structs.h +++ b/ext/mysqlnd/mysqlnd_structs.h @@ -195,7 +195,7 @@ typedef struct st_mysqlnd_net_options unsigned int timeout_read; unsigned int timeout_write; - unsigned int net_read_buffer_size; + size_t net_read_buffer_size; /* SSL information */ char *ssl_key;