Fix the IP yet another, sorry.

svn path=/trunk/gtk-sharp/; revision=6156
This commit is contained in:
Duncan Mak 2002-07-24 18:48:39 +00:00
parent 203ab445f8
commit c1b8365702

View file

@ -430,7 +430,7 @@ class IdConnection : IDisposable
public IdConnection ()
{
cnc = new SqlConnection ();
string connectionString = "hostaddr=80.24.221.71;" +
string connectionString = "hostaddr=127.0.0.1;" +
"user=monotest;" +
"password=monotest;" +
"dbname=monotest";