Skip to content
This repository was archived by the owner on Oct 13, 2020. It is now read-only.

Commit 769cc08

Browse files
committed
CDRIVER-1033: dbpointer not handled in bson-json.c
1 parent 74d5f3f commit 769cc08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bson/bson-json.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -867,6 +867,7 @@ _bson_json_read_end_map (void *_ctx) /* IN */
867867
case BSON_TYPE_CODEWSCOPE:
868868
case BSON_TYPE_INT32:
869869
case BSON_TYPE_TIMESTAMP:
870+
case BSON_TYPE_DBPOINTER:
870871
default:
871872
_bson_json_read_set_error (reader, "Unknown type %d", bson->bson_type);
872873
return 0;

0 commit comments

Comments
 (0)