Skip to content

Commit add7f3a

Browse files
committed
Add as lookup in raw output, if geoDB is loaded
1 parent e0fdb09 commit add7f3a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/output/output_raw.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -957,6 +957,9 @@ void raw_record(FILE *stream, recordHandle_t *recordHandle, outputParams_t *outp
957957
}
958958
*/
959959

960+
if (recordHandle->extensionList[EXasRoutingID] == NULL && outputParam->hasGeoDB)
961+
recordHandle->extensionList[EXasRoutingID] = recordHandle->localStack;
962+
960963
int processed = 0;
961964
int doInputPayload = 0;
962965
int doOutputPayload = 0;

0 commit comments

Comments
 (0)