Skip to content

Commit 10961c2

Browse files
committed
WIP
1 parent a2de259 commit 10961c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

x/mongo/driver/auth/auth.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ func (ah *authHandshaker) GetHandshakeInformation(
103103
AppName(ah.options.AppName).
104104
Compressors(ah.options.Compressors).
105105
SASLSupportedMechs(ah.options.DBUser).
106-
// ClusterClock(ah.options.ClusterClock).
106+
ClusterClock(ah.options.ClusterClock).
107107
ServerAPI(ah.options.ServerAPI).
108108
LoadBalanced(ah.options.LoadBalanced).
109109
OuterLibraryName(ah.options.OuterLibraryName).

x/mongo/driver/topology/topology_options.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ func NewConfigFromOptionsWithAuthenticator(opts *options.ClientOptions, clock *s
290290
return operation.NewHello().
291291
AppName(appName).
292292
Compressors(comps).
293-
// ClusterClock(clock).
293+
ClusterClock(clock).
294294
ServerAPI(serverAPI).
295295
LoadBalanced(loadBalanced).
296296
OuterLibraryName(outerLibraryName).

0 commit comments

Comments
 (0)