On Mon, 2006-05-01 at 04:10 +0400, Oleg Lapshin wrote: > I change line 405 of server.c: > - conf->listenSocket = create_inet_socket(conf); > + conf->listenSocket = create_inet_socket(conf->ip,conf->port,conf->backlog); > and get no errors.
Fixed in SVN, thanks. Aaron
