Enlightenment CVS committal Author : devilhorns Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_int_gadcon_config.c Log Message: Fix typo, thanks Mo0m :) =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_int_gadcon_config.c,v retrieving revision 1.18 retrieving revision 1.19 diff -u -3 -r1.18 -r1.19 --- e_int_gadcon_config.c 22 Jun 2006 18:47:19 -0000 1.18 +++ e_int_gadcon_config.c 22 Jun 2006 19:02:17 -0000 1.19 @@ -125,7 +125,7 @@ cf_gc = l->data; for (l2 = cf_gc->clients; l2; l2 = l2->next) { - cf_gcc = l->data; + cf_gcc = l2->data; if ((!cf_gcc->name) || (!cf_gcc->id)) continue; if ((!strcmp(cf_gcc->name, cfdata->cname)) && (!strcmp(cf_gcc->id, buf))) Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs