ports/mail/dspam/files/patch-src__client.c
Jason Unovitch 1fa4955c24 mail/dspam: fix build; remove duplicate patch hunks in to files
PR:		209184
Submitted by:	Danny Warren <danny@dannywarren.com> (maintainer)
Pointy hat to:	junovitch
2016-05-01 21:07:06 +00:00

11 lines
274 B
C

--- src/client.c.orig 2012-04-11 18:48:33 UTC
+++ src/client.c
@@ -304,7 +304,7 @@ int client_connect(AGENT_CTX *ATX, int f
struct sockaddr_un saun;
int sockfd;
int yes = 1;
- int port = 24;
+ int port = 2424;
int domain = 0;
int addr_len;
char *host;