Fix typo, thanks Mo0m :)

SVN revision: 23532
This commit is contained in:
Christopher Michael 2006-06-22 19:02:17 +00:00
parent 22ae46cb26
commit 35b18b2704
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ _cb_add_instance(void *data, void *data2)
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)))