dgaudet 98/10/12 06:48:27
Modified: src/main util_script.c
Log:
fix something that is obviously wrong by inspection
Revision Changes Path
1.134 +1 -1 apache-1.3/src/main/util_script.c
Index: util_script.c
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/main/util_script.c,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -r1.133 -r1.134
--- util_script.c 1998/10/03 16:49:32 1.133
+++ util_script.c 1998/10/12 13:48:26 1.134
@@ -262,7 +262,7 @@
#endif
ap_table_addn(e, "PATH", env_path);
- ap_table_setn(e, "SERVER_SIGNATURE", ap_psignature("", r));
+ ap_table_addn(e, "SERVER_SIGNATURE", ap_psignature("", r));
ap_table_addn(e, "SERVER_SOFTWARE", ap_get_server_version());
ap_table_addn(e, "SERVER_NAME", ap_get_server_name(r));
ap_table_addn(e, "SERVER_PORT",