Skip to content

Commit 7d1e3e5

Browse files
committed
make _in_sharded_txn static
1 parent 86e74c5 commit 7d1e3e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libmongoc/src/mongoc/mongoc-cluster.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ mongoc_cluster_run_command_opquery (mongoc_cluster_t *cluster,
493493
RETURN (ret);
494494
}
495495

496-
bool
496+
static bool
497497
_in_sharded_txn (const mongoc_client_session_t *session)
498498
{
499499
return session && _mongoc_client_session_in_txn_or_ending (session) &&

0 commit comments

Comments
 (0)