X-Git-Url: https://git.cworth.org/git?p=loudgame;a=blobdiff_plain;f=loudgame.c;h=7c9114e4fffd7783763e9c1af8f3aee0d54832e3;hp=a540fa7fc848b1a452cf4320a584be9e71f2645e;hb=88c5b7fb802cd1eab050dc67289d86dcb37dec6c;hpb=2aa374ba86da3e1a1e9f317675c5652949b3fdac 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); }