Enlightenment CVS committal Author : chaos Project : e17 Module : libs/epsilon
Dir : e17/libs/epsilon/src/lib Modified Files: epsilon_thumb.c Log Message: * OK, I could have *sworn* that ecore was supposed to delete your client socket automatically on disconnect - apparantly not. For those having issues with epsilon crashing after 'a while' - this fixes it. Process was hitting FD limit =================================================================== RCS file: /cvs/e/e17/libs/epsilon/src/lib/epsilon_thumb.c,v retrieving revision 1.12 retrieving revision 1.13 diff -u -3 -r1.12 -r1.13 --- epsilon_thumb.c 27 Jul 2007 14:09:32 -0000 1.12 +++ epsilon_thumb.c 29 Jul 2007 00:38:09 -0000 1.13 @@ -14,7 +14,7 @@ static int debug = 0; static int epsilon_init_count = 0; -static int epsilon_mid = 0; +static unsigned long epsilon_mid = 0; static Ecore_DList *epsilon_request_queue = NULL; ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs