Skip to content

Commit f7e8093

Browse files
authored
Merge branch 'master' into master
2 parents 663dda9 + 1d9898b commit f7e8093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v3/examples_windows_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111

1212
// This example demonstrates passwordless bind using the current process' user
1313
// credentials on Windows (SASL GSSAPI mechanism bind with SSPI client).
14-
func ExampleConn_SSPIClient_GSSAPIBind() {
14+
func ExampleConn_GSSAPIBind() {
1515
// Windows only: Create a GSSAPIClient using Windows built-in SSPI lib
1616
// (secur32.dll).
1717
// This will use the credentials of the current process' user.

0 commit comments

Comments
 (0)