[erlang-questions] crash dump at ejabberd startup
tom@REDACTED
tom@REDACTED
Fri Nov 19 02:57:59 CET 2010
Hello Michael,
your patch worked like a charm :-)
Many thanks again !
Tom
> diff --git a/erts/epmd/src/epmd_srv.c b/erts/epmd/src/epmd_srv.c
> index ef471a4..e2cc2dc 100644
> --- a/erts/epmd/src/epmd_srv.c
> +++ b/erts/epmd/src/epmd_srv.c
> @@ -766,6 +766,9 @@ static int conn_open(EpmdVars *g,int fd)
> dbg_tty_printf(g,2,(s->local_peer) ? "Local peer connected" :
> "Non-local peer connected");
>
> + /* XXX allow local messages from all clients */
> + s->local_peer = EPMD_TRUE;
> +
> s->want = 0; /* Currently unknown */
> s->got = 0;
> s->mod_time = current_time(g); /* Note activity */
>
> ________________________________________________________________
> erlang-questions (at) erlang.org mailing list.
> See http://www.erlang.org/faq.html
> To unsubscribe; mailto:erlang-questions-unsubscribe@REDACTED
More information about the erlang-questions
mailing list