diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2020-08-29 07:53:49 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2020-08-29 07:53:49 +0000 |
commit | 55303400e57e625e6369773ebc49f567af167787 (patch) | |
tree | 836264a0732fc16eaea75bad3898ce459c225117 /usr.sbin/httpd | |
parent | eadc813b81c341524ab6d410ac5a10f517e3b424 (diff) |
typo; pointed out by Matthias (mpfr AT fn.de), thanks!
Diffstat (limited to 'usr.sbin/httpd')
-rw-r--r-- | usr.sbin/httpd/httpd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/httpd/httpd.h b/usr.sbin/httpd/httpd.h index 1d5746ac49f..373b8053f95 100644 --- a/usr.sbin/httpd/httpd.h +++ b/usr.sbin/httpd/httpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: httpd.h,v 1.151 2020/08/26 06:50:20 florian Exp $ */ +/* $OpenBSD: httpd.h,v 1.152 2020/08/29 07:53:48 florian Exp $ */ /* * Copyright (c) 2006 - 2015 Reyk Floeter <reyk@openbsd.org> @@ -394,7 +394,7 @@ SPLAY_HEAD(client_tree, client); #define SRVFLAG_BITS \ "\10\01INDEX\02NO_INDEX\03AUTO_INDEX\04NO_AUTO_INDEX" \ - "\05ROOT\06LOCATION\07FCGI\10NO_FCGI\11LOG\12NO_LOGT" \ + "\05ROOT\06LOCATION\07FCGI\10NO_FCGI\11LOG\12NO_LOG" \ "\14SYSLOG\15NO_SYSLOG\16TLS\17ACCESS_LOG\20ERROR_LOG" \ "\21AUTH\22NO_AUTH\23BLOCK\24NO_BLOCK\25LOCATION_MATCH" \ "\26SERVER_MATCH\27SERVER_HSTS\30DEFAULT_TYPE\31PATH\32NO_PATH" |