X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=server.c;fp=server.c;h=6370cefd086d8351f91e25c411142ba8fea4f65a;hp=eee0a4128e9218233dad9e316d6cc9c1658a6cbb;hb=52cb435d3d628d27fa781b31519470eb5ef70a4a;hpb=2dd031d57ce69a32ccf613b947d8cfd035663d4a diff --git a/server.c b/server.c index eee0a412..6370cefd 100644 --- a/server.c +++ b/server.c @@ -488,6 +488,13 @@ static void init_server_command_task(struct server_command_task *sct, .post_select = command_post_select, .context = sct, }, &sched); + /* + * Detect whether the abstract Unix domain socket space is supported, + * but do not create the socket. We check this once in server context + * so that the command handlers inherit this bit of information and + * don't need to check again. + */ + create_local_socket(NULL); return; err: PARA_EMERG_LOG("%s\n", para_strerror(-ret));