Skip to content

Commit fec5414

Browse files
committed
fixed auto conversion of the JSON object at the buddy reply; fixed #3392
1 parent 628fb7f commit fec5414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/searchdbuddy.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,7 @@ bool ProcessHttpQueryBuddy ( HttpProcessResult_t & tRes, Str_t sSrcQuery, Option
805805
} else
806806
{
807807
CSphVector<BYTE> dBson;
808-
bson::JsonObjToBson ( tReplyParsed.m_tMessage, dBson, true, false );
808+
bson::JsonObjToBson ( tReplyParsed.m_tMessage, dBson, false, false );
809809
bson::Bson_c ( dBson ).BsonToJson ( sDumpBuf, false );
810810
sDump = FromStr ( sDumpBuf );
811811
}

0 commit comments

Comments
 (0)