jim 98/05/28 08:28:14
Modified: src/main http_core.c
Log:
Oops... it's called ServerTokens now
Revision Changes Path
1.203 +1 -1 apache-1.3/src/main/http_core.c
Index: http_core.c
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/main/http_core.c,v
retrieving revision 1.202
retrieving revision 1.203
diff -u -r1.202 -r1.203
--- http_core.c 1998/05/27 14:01:33 1.202
+++ http_core.c 1998/05/28 15:28:13 1.203
@@ -1873,7 +1873,7 @@
/*
* Handle a request to include the server's OS platform in the Server
- * response header field (the AddVersionPlatform directive). Unfortunately
+ * response header field (the ServerTokens directive). Unfortunately
* this requires a new global in order to communicate the setting back to
* http_main so it can insert the information in the right place in the
* string.