jfclere 01/07/06 09:27:35
Modified: jk/native/common jk_ajp14_worker.c
Log:
Arrange C++ comment.
Revision Changes Path
1.10 +2 -2 jakarta-tomcat-connectors/jk/native/common/jk_ajp14_worker.c
Index: jk_ajp14_worker.c
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/common/jk_ajp14_worker.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- jk_ajp14_worker.c 2001/07/02 21:17:07 1.9
+++ jk_ajp14_worker.c 2001/07/06 16:27:35 1.10
@@ -58,7 +58,7 @@
/***************************************************************************
* Description: AJP14 next generation Bi-directional protocol. *
* Author: Henri Gomez <[EMAIL PROTECTED]> *
- * Version: $Revision: 1.9 $ *
+ * Version: $Revision: 1.10 $ *
***************************************************************************/
#include "jk_context.h"
@@ -406,7 +406,7 @@
memset(aw->login, 0, sizeof(jk_login_service_t));
aw->login->negociation = (AJP14_CONTEXT_INFO_NEG |
AJP14_PROTO_SUPPORT_AJP14_NEG);
- aw->login->web_server_name = NULL; // must be set in init
+ aw->login->web_server_name = NULL; /* must be set in init */
aw->ep_cache_sz = 0;
aw->ep_cache = NULL;