summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorMarc Balmer <mbalmer@cvs.openbsd.org>2008-05-14 16:11:23 +0000
committerMarc Balmer <mbalmer@cvs.openbsd.org>2008-05-14 16:11:23 +0000
commit72800806c76e344807f118ff346980caed7360da (patch)
treeb1142f2da21930f2e05436f6463e9da1f07597f1 /usr.sbin
parentdab1f285bb88e37b89850b79c7a22658fa3f0035 (diff)
fix comment.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/httpd/src/main/http_config.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/httpd/src/main/http_config.c b/usr.sbin/httpd/src/main/http_config.c
index c816c76d4f2..b9027cfc0a2 100644
--- a/usr.sbin/httpd/src/main/http_config.c
+++ b/usr.sbin/httpd/src/main/http_config.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: http_config.c,v 1.20 2008/05/14 13:47:05 mbalmer Exp $ */
+/* $OpenBSD: http_config.c,v 1.21 2008/05/14 16:11:22 mbalmer Exp $ */
/* ====================================================================
* The Apache Software License, Version 1.1
@@ -1651,7 +1651,7 @@ static server_rec *init_server_config(pool *p)
#endif
#ifdef HAVE_SOCKADDR_LEN
s->addrs->host_addr.ss_len = sizeof(s->addrs->host_addr);
- * XXX: needed ? */
+ /* XXX: needed ? */
#endif
s->addrs->host_port = 0; /* matches any port */
s->addrs->virthost = ""; /* must be non-NULL */