=item B<Port> I<Port>|I<Service>
-Port number or service name to bind to. Defaults to C<"25826">. Please note
-that even numeric ports must be specified as a string.
+Port number or service name to bind to. Defaults to C<"25826">.
=item B<TLSCertFile> I<Path>
if (strcasecmp ("Address", child->key) == 0)
cf_util_get_string (child, &p->node);
else if (strcasecmp ("Port", child->key) == 0)
- cf_util_get_string (child, &p->service);
+ cf_util_get_service (child, &p->service);
else if (strcasecmp ("TLSCertFile", child->key) == 0)
cf_util_get_string (child, &p->tls_cert_file);
else if (strcasecmp ("TLSKeyFile", child->key) == 0)