Skip to content

Commit bacc87f

Browse files
jmikolaajdavis
authored andcommitted
Missing ENTRY in advance_operation_time
1 parent 4172354 commit bacc87f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/mongoc/mongoc-client-session.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,8 @@ mongoc_client_session_advance_operation_time (mongoc_client_session_t *session,
389389
uint32_t timestamp,
390390
uint32_t increment)
391391
{
392+
ENTRY;
393+
392394
BSON_ASSERT (session);
393395

394396
if (timestamp > session->operation_timestamp ||

0 commit comments

Comments
 (0)