opnsense-ports/mail/dspam/files/patch-src__client.c
Franco Fichtner df86fe7680 */*: sync with upstream
Taken from: FreeBSD
2016-05-02 07:38:15 +02: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;