jfclere     2005/06/21 09:20:45

  Modified:    jni/examples/org/apache/tomcat/jni SSLServer.java
  Log:
  typo.
  
  Revision  Changes    Path
  1.12      +1 -2      
jakarta-tomcat-connectors/jni/examples/org/apache/tomcat/jni/SSLServer.java
  
  Index: SSLServer.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-connectors/jni/examples/org/apache/tomcat/jni/SSLServer.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- SSLServer.java    21 Jun 2005 13:51:03 -0000      1.11
  +++ SSLServer.java    21 Jun 2005 16:20:45 -0000      1.12
  @@ -192,7 +192,6 @@
                           continue;
                       else if (buf[0] == '!') {
                           doClose = true;
  -                        break;
                       }
                       Socket.send(clientSock, buf, 0, 1);
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to