19 lines
870 B
Diff
19 lines
870 B
Diff
diff -rNu unixODBC-2.3.9/DriverManager/SQLConnect.c unixODBC-2.3.9-revised/DriverManager/SQLConnect.c
|
|
--- unixODBC-2.3.9/DriverManager/SQLConnect.c 2020-02-06 19:09:42.000000000 +0800
|
|
+++ unixODBC-2.3.9-revised/DriverManager/SQLConnect.c 2021-12-16 11:11:40.406421100 +0800
|
|
@@ -3746,12 +3746,10 @@
|
|
sprintf( connection -> msg, "\n\t\tEntry:\
|
|
\n\t\t\tConnection = %p\
|
|
\n\t\t\tServer Name = %s\
|
|
-\n\t\t\tUser Name = %s\
|
|
-\n\t\t\tAuthentication = %s",
|
|
+\n\t\t\tUser Name = %s",
|
|
connection,
|
|
__string_with_length( s1, server_name, name_length1 ),
|
|
- __string_with_length( s2, user_name, name_length2 ),
|
|
- __string_with_length_pass( s3, authentication, name_length3 ));
|
|
+ __string_with_length( s2, user_name, name_length2 ));
|
|
|
|
dm_log_write( __FILE__,
|
|
__LINE__,
|