Author: davide
Date: 2007-01-18 05:15:09 -0500 (Thu, 18 Jan 2007)
New Revision: 71241
Modified:
trunk/mcs/class/System/System.Net.Mail/SmtpClient.cs
Log:
useDefaultCredentials is initialized to false
Modified: trunk/mcs/class/System/System.Net.Mail/SmtpClient.cs
===================================================================
--- trunk/mcs/class/System/System.Net.Mail/SmtpClient.cs 2007-01-18
09:28:55 UTC (rev 71240)
+++ trunk/mcs/class/System/System.Net.Mail/SmtpClient.cs 2007-01-18
10:15:09 UTC (rev 71241)
@@ -53,7 +53,7 @@
int port;
int timeout = 100000;
ICredentialsByHost credentials;
- bool useDefaultCredentials;
+ bool useDefaultCredentials = false;
string pickupDirectoryLocation;
SmtpDeliveryMethod deliveryMethod;
bool enableSsl;
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches