From d8376f08e0bee5ddcfa12bb0c8a5d870f5fffd5d Mon Sep 17 00:00:00 2001 From: Jim Radford Date: Sun, 16 Mar 2008 18:44:31 +0000 Subject: [PATCH] * Fixed typo in Login.cs. git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1681 52acb1d6-8a22-11de-b505-999d5b087335 --- libsecondlife/Login.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsecondlife/Login.cs b/libsecondlife/Login.cs index 0a340b08..d6575c1d 100644 --- a/libsecondlife/Login.cs +++ b/libsecondlife/Login.cs @@ -415,7 +415,7 @@ namespace libsecondlife // workaround for bots being caught up in a global ban // This *should* be the hash of the first hard drive, // but any unique identifier works. - loginParams.id0 = GetMac(); + loginParams.id0 = GetMAC(); return loginParams; }