From e1b3269fef23879922e22980d4e299940f7ccad9 Mon Sep 17 00:00:00 2001
From: Carl Worth <cworth@cworth.org>
Date: Sat, 23 Feb 2008 11:22:51 -0800
Subject: [PATCH] Change resource from TestLM to loudgame

---
 loudgame.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/loudgame.c b/loudgame.c
index a540fa7..7c9114e 100644
--- a/loudgame.c
+++ b/loudgame.c
@@ -71,7 +71,7 @@ static void
 connection_open_cb (LmConnection *connection, gboolean result, loudgame_t *lg)
 {
     lm_connection_authenticate (connection,
-				lg->name, lg->passwd, "TestLM",
+				lg->name, lg->passwd, "loudgame",
 				authentication_cb, lg, FALSE,  NULL);
 }
 
-- 
2.45.2