Skip to content

Commit acc7602

Browse files
committed
fix ambiguous name
1 parent 0d4af01 commit acc7602

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Microsoft.Data.SqlClient/netcore/src/Microsoft/Data/SqlClient/TdsParserStateObjectNative.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
using Interop.Windows.Sni;
1414
using Microsoft.Data.Common;
1515
using Microsoft.Data.ProviderBase;
16-
using Microsoft.Data.SqlClient.ManagedSni;
1716

1817
namespace Microsoft.Data.SqlClient
1918
{
@@ -156,7 +155,7 @@ internal override void CreatePhysicalSNIHandle(
156155
string serverName,
157156
TimeoutTimer timeout,
158157
out byte[] instanceName,
159-
out ResolvedServerSpn resolvedSpn,
158+
out Microsoft.Data.SqlClient.ManagedSni.ResolvedServerSpn resolvedSpn,
160159
bool flushCache,
161160
bool async,
162161
bool fParallel,

0 commit comments

Comments
 (0)