mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
1a257fe2a5
PR: 18446, 18456 Submitted by: Ville Eerola <ve@sci.fi>
13 lines
440 B
Plaintext
13 lines
440 B
Plaintext
diff -ru ../fetchmail-5.3.8.old/conf.c ./conf.c
|
|
--- ../fetchmail-5.3.8.old/conf.c Mon Mar 6 07:20:17 2000
|
|
+++ ./conf.c Tue May 9 02:19:32 2000
|
|
@@ -252,7 +252,7 @@
|
|
#ifndef INET6_ENABLE
|
|
numdump("port", ctl->server.port);
|
|
#else
|
|
- stringdump("port", ctl->server.service);
|
|
+ stringdump("service", ctl->server.service);
|
|
#endif
|
|
numdump("timeout", ctl->server.timeout);
|
|
numdump("interval", ctl->server.interval);
|