X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=bluesky%2Fstore-simple.c;fp=bluesky%2Fstore-simple.c;h=fdd5139d5bfb7dfb4a04a9e277dd7af653e66d9e;hb=806fb6260c0df63b4ff57245cd0f39747797d9e5;hp=1b12ab6e6ecb275e0293e6e3ec6d88e91f279378;hpb=f703864d82209ebd2673c5bc69ac8514be5e1d46;p=bluesky.git diff --git a/bluesky/store-simple.c b/bluesky/store-simple.c index 1b12ab6..fdd5139 100644 --- a/bluesky/store-simple.c +++ b/bluesky/store-simple.c @@ -249,7 +249,7 @@ static gpointer simplestore_new(const gchar *path) /* TODO: Right now we leak this memory. We should probably clean up in * simplestore_destroy, but it's not a big deal. */ - const gchar *host = "127.0.0.1", *port = "8257"; + const gchar *host = "127.0.0.1", *port = "9541"; if (path != NULL) { gchar **target = g_strsplit(path, ":", 0); if (target[0] != NULL) {