Skip to content

Commit

Permalink
pi_http: fix copy/paste error that can lead to a crash when 'order_by…
Browse files Browse the repository at this point in the history
…_cols' are used
  • Loading branch information
ovidiusas committed Mar 19, 2014
1 parent a65eca9 commit ff5f403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/pi_http/http_fnc.c
Expand Up @@ -1408,7 +1408,7 @@ int ph_getCmds(ph_db_table_t *ph_db_tables, int ph_db_tables_size,
NULL,
&cmds->o_keys,
NULL,
&cmds->q_vals,
NULL,
NULL,
&cmds->o_keys_size,
cmd_cols)!=0)
Expand Down

0 comments on commit ff5f403

Please sign in to comment.