sas Sun Feb 18 04:44:35 2001 EDT Modified files: /php4/ext/ircg ircg.c Log: Remove unnecessary assignment which caused a segfault Index: php4/ext/ircg/ircg.c diff -u php4/ext/ircg/ircg.c:1.32 php4/ext/ircg/ircg.c:1.33 --- php4/ext/ircg/ircg.c:1.32 Sun Feb 18 03:20:23 2001 +++ php4/ext/ircg/ircg.c Sun Feb 18 04:44:34 2001 @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: ircg.c,v 1.32 2001/02/18 11:20:23 sas Exp $ */ +/* $Id: ircg.c,v 1.33 2001/02/18 12:44:34 sas Exp $ */ #include "php.h" #include "php_ini.h" @@ -129,7 +129,6 @@ { php_irconn_t **conn = dummy; - (*conn)->fd = -2; irc_disconnect(&(*conn)->conn, "Browser connection closed"); } -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
- [PHP-CVS] cvs: php4 /ext/ircg ircg.c Sascha Schumann
- [PHP-CVS] cvs: php4 /ext/ircg ircg.c Sascha Schumann
- [PHP-CVS] cvs: php4 /ext/ircg ircg.c Sascha Schumann
- Re: [PHP-CVS] cvs: php4 /ext/ircg ircg.c Andi Gutmans
- [PHP-CVS] cvs: php4 /ext/ircg ircg.c Sascha Schumann
- [PHP-CVS] cvs: php4 /ext/ircg ircg.c Sascha Schumann
- [PHP-CVS] cvs: php4 /ext/ircg ircg.c Sascha Schumann
- [PHP-CVS] cvs: php4 /ext/ircg ircg.c Sascha Schumann
- [PHP-CVS] cvs: php4 /ext/ircg ircg.c Sascha Schumann
- [PHP-CVS] cvs: php4 /ext/ircg ircg.c Sascha Schumann
- [PHP-CVS] cvs: php4 /ext/ircg ircg.c Sascha Schumann
- [PHP-CVS] cvs: php4 /ext/ircg ircg.c Sascha Schumann
- [PHP-CVS] cvs: php4 /ext/ircg ircg.c Sascha Schumann
- [PHP-CVS] cvs: php4 /ext/ircg ircg.c Sascha Schumann
- [PHP-CVS] cvs: php4 /ext/ircg ircg.c Sascha Schumann
- [PHP-CVS] cvs: php4 /ext/ircg ircg.c Sascha Schumann
- [PHP-CVS] cvs: php4 /ext/ircg ircg.c Sascha Schumann
- [PHP-CVS] cvs: php4 /ext/ircg ircg.c Sascha Schumann
- [PHP-CVS] cvs: php4 /ext/ircg ircg.c Sascha Schumann
- [PHP-CVS] cvs: php4 /ext/ircg ircg.c Sascha Schumann
- [PHP-CVS] cvs: php4 /ext/ircg ircg.c Sascha Schumann