Re: TLS profile
Andrea Campi <[email protected]> Fri, 26 Jul 2002 12:30:11 +0200
| Newsgroups | gmane.network.beep.roadrunner.general |
|---|---|
| Organization | I.NET S.p.A. |
| Message-ID | <[email protected]> |
On Fri, Jul 26, 2002 at 12:18:18PM +0200, Jonas Borgstr?m wrote: > Andrea Campi <[email protected]> writes: > > I have now committed your patches (slightly modified) to both the roadrunner > and the sasl module, thanks! > Thanks! Also, you should commit this one (I didn't notice at first because this is a runtime issue). You are doing your development on Linux I guess :-ppp Bye, Andrea -- Andrea Campi mailto:[email protected] I.NET S.p.A. http://www.inet.it Direzione Tecnica - R&D phone: +39 02 32863 ext 1 v. Darwin, 85 - I-20019 fax: +39 02 32863 ext 7705 Settimo Milanese (MI), Italy
rr-tcplistener.c
(text/plain, 378 B)
==== //depot/roadrunner_inet/librr/tcp/rr-tcplistener.c#1 - /src/acampi/ws/roadrunner_inet/librr/tcp/rr-tcplistener.c ====
@@ -188,6 +188,7 @@
}
setsockopt(fd, SOL_SOCKET, SO_REUSEADDR, NULL, 0);
+ memset(&saddr, 0, sizeof(struct sockaddr_in));
saddr.sin_family = AF_INET;
saddr.sin_port = htons(port);
/* saddr.sin_addr.s_addr = INADDR_ANY; */