OSDN Git Service

Ver1.5.17 Removed 2 error messages
authorwatanaby <>
Mon, 30 Jul 2012 01:59:09 +0000 (01:59 +0000)
committerwatanaby <>
Mon, 30 Jul 2012 01:59:09 +0000 (01:59 +0000)
opengate/doc/Changes.html
opengate/javahtml/en/accept2.html
opengate/javahtml/ja/accept2.html
opengate/opengatesrv/watch-client.c

index 7e11091..d743f39 100644 (file)
@@ -700,6 +700,10 @@ Opengate History</H3>
        </DT><DD>
        Added retry on accidental disconnection. 
        Added userid as comment on ipfw rule
+       </DD><DT>
+       Ver.1.5.17 at 2012.2.13
+       </DT><DD>
+       Removed 2 error messages.
        </DD>
        </DL>
 <P>
index 2ee8606..19da37e 100644 (file)
@@ -2,7 +2,6 @@
 $RedirectURL = "Location: " . "https://www.cc.saga-u.ac.jp/redirect/";
 header("$RedirectURL");
 ?>
-
 <html>
 <body>
 Edit this page to show your potal page<br>
@@ -11,4 +10,4 @@ Edit this page to show your potal page<br>
 <a href="http://www.google.com">Google</a><br>
 
 </body>
-</html>
+</html>
\ No newline at end of file
index f571a5c..19da37e 100644 (file)
@@ -10,4 +10,4 @@ Edit this page to show your potal page<br>
 <a href="http://www.google.com">Google</a><br>
 
 </body>
-</html>
+</html>
\ No newline at end of file
index 8f67bd3..44e72b5 100644 (file)
@@ -557,7 +557,6 @@ void waitHttpClose(struct clientAddr *pClientAddr, char *userid, char *userPrope
       
        /* if key is incorrect, terminate */
        else{
-         err_msg("ERR at %s#%d: request key is incorrect",__FILE__,__LINE__);
          connectMode=ENDCONNECT;
        }
       }
@@ -689,8 +688,6 @@ int isRightKey(char *arg, char *sessionId)
     return TRUE;
   }
   else{
-    err_msg("ERR at %s#%d: incorrect client key",
-           __FILE__,__LINE__);
     return FALSE;
   }
 }