]> git.cworth.org Git - loudgame/commitdiff
Change resource from TestLM to loudgame
authorCarl Worth <cworth@cworth.org>
Sat, 23 Feb 2008 19:22:51 +0000 (11:22 -0800)
committerCarl Worth <cworth@cworth.org>
Sat, 23 Feb 2008 19:22:51 +0000 (11:22 -0800)
loudgame.c

index a540fa7fc848b1a452cf4320a584be9e71f2645e..7c9114e4fffd7783763e9c1af8f3aee0d54832e3 100644 (file)
@@ -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);
 }