소스 검색

xhttp_pi: fix query operation for db w/o fetch support (like db_text)

Ovidiu Sas 12 년 전
부모
커밋
ec617a2735
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      modules/xhttp_pi/xhttp_pi_fnc.c

+ 1 - 1
modules/xhttp_pi/xhttp_pi_fnc.c

@@ -2707,7 +2707,7 @@ int ph_run_pi_cmd(pi_ctx_t* ctx)
 				command->q_keys,
 				command->c_keys_size,
 				command->q_keys_size,
-				command->o_keys?*command->o_keys:0, 0) < 0){
+				command->o_keys?*command->o_keys:0, &res) < 0){
 				XHTTP_PI_COMPLETE_REPLY(ctx,
 					"Error while querying database.");
 				goto done;