From: Carl Worth Date: Sat, 23 Feb 2008 19:22:51 +0000 (-0800) Subject: Change resource from TestLM to loudgame X-Git-Url: https://git.cworth.org/git?p=loudgame;a=commitdiff_plain;h=e1b3269fef23879922e22980d4e299940f7ccad9 Change resource from TestLM to loudgame --- 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); }