]> git.cworth.org Git - loudgame/blobdiff - loudgame.c
Change resource from TestLM to loudgame
[loudgame] / 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);
 }