X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fdaemon.c;h=d799ea4e85a0b54ba008495af8c398878bf34fc9;hb=2289604c0daa4c9f1206cd3c96bcd483f21bf3c9;hp=34786837a67e1d0117e176e5a2bca4aa65bedd62;hpb=8cfd0f7b84730e10238219bd5b93677519ecbb16;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/daemon.c b/src/src/daemon.c index 34786837a..d799ea4e8 100644 --- a/src/src/daemon.c +++ b/src/src/daemon.c @@ -19,7 +19,7 @@ typedef struct smtp_slot { } smtp_slot; /* An empty slot for initializing (Standard C does not allow constructor -expressions in assigments except as initializers in declarations). */ +expressions in assignments except as initializers in declarations). */ static smtp_slot empty_smtp_slot = { 0, NULL }; @@ -1117,7 +1117,7 @@ if (daemon_listen && !inetd_wait_mode) } /* Create a list of default SMTP ports, to be used if local_interfaces - contains entries without explict ports. First count the number of ports, then + contains entries without explicit ports. First count the number of ports, then build a translated list in a vector. */ list = daemon_smtp_port;