sas Mon Jun 2 09:17:45 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/ext/ircg ircg.c
Log:
Add +l/+i error codes as trivial errors
Index: php4/ext/ircg/ircg.c
diff -u php4/ext/ircg/ircg.c:1.137.2.7 php4/ext/ircg/ircg.c:1.137.2.8
--- php4/ext/ircg/ircg.c:1.137.2.7 Fri May 30 08:00:07 2003
+++ php4/ext/ircg/ircg.c Mon Jun 2 09:17:45 2003
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: ircg.c,v 1.137.2.7 2003/05/30 12:00:07 sas Exp $ */
+/* $Id: ircg.c,v 1.137.2.8 2003/06/02 13:17:45 sas Exp $ */
/* {{{ includes */
@@ -1090,7 +1090,7 @@
int disconn = 0;
if (conn->bailout_on_trivial) {
- if (id == 474 || id == 475) {
+ if (id == 474 || id == 475 || id == 471 || id == 473) {
fatal = disconn = 1;
}
}
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php