]> granicus.if.org Git - php/commitdiff
fix compilation error after merge
authorAndrey Hristov <andrey@php.net>
Wed, 9 Jan 2013 17:39:59 +0000 (18:39 +0100)
committerAndrey Hristov <andrey@php.net>
Wed, 9 Jan 2013 17:39:59 +0000 (18:39 +0100)
ext/mysqlnd/mysqlnd.c

index 3483d8692a4488a69374e39a3cd21ed9e183faf0..db0a111a5c74f0e10cd44ace40ab8910683cffb0 100644 (file)
@@ -774,7 +774,7 @@ MYSQLND_METHOD(mysqlnd_conn_data, connect)(MYSQLND_CONN_DATA * conn,
        /* we allow load data local infile by default */
        mysql_flags |= MYSQLND_CAPABILITIES;
 
-       mysql_flags |= conn->options.flags; /* use the flags from set_client_option() */
+       mysql_flags |= conn->options->flags; /* use the flags from set_client_option() */
 
        if (db) {
                mysql_flags |= CLIENT_CONNECT_WITH_DB;