summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-04-11 21:46:03 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-04-11 21:46:03 (GMT)
commita4f2f3ec4b4cf7b894d6976c884fbc446396cd00 (patch)
tree0ef60529d585eb0e90b2df7eae60bdf4b1e327d3 /src/main.c
parent5ad85cf30b2355ca727904d1a0d25240283813b3 (diff)
Distinguished the internal server from the remote one using Unix sockets.
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 09fcf42..ec379bc 100644
--- a/src/main.c
+++ b/src/main.c
@@ -193,7 +193,7 @@ int main(int argc, char **argv)
pub = get_xdg_config_dir("chrysalide" G_DIR_SEPARATOR_S "id_rsa.pub");
- server = g_db_server_new(author, pub, "localhost", 1337);
+ server = g_db_server_new_internal(author, pub);
g_db_server_start(server);
/* Charge le dernier projet */