--- src/s_bsd.c.orig 2015-08-16 06:44:25 UTC +++ src/s_bsd.c @@ -455,7 +455,7 @@ int inetport(aClient *cptr, char *name, */ if (cptr->fd == -1) { - cptr->fd = socket(AFINET, SOCK_STREAM, 0); + cptr->fd = socket(AFINET, SOCK_STREAM, IPPROTO_TCP); } if (cptr->fd < 0) { me-3.36' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/froxlor
Commit message (Expand)AuthorAgeFilesLines
* Rename dovecot2/dovecot2-pigeonhole to dovecot/dovecot-pigeonhole.adamw2017-08-081-2/+2
* Remove optional dependencies on mail/dovecot.rene2017-08-01