comparison src/xs_config.c @ 604:2729318c311b

Few lines.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 30 Aug 2007 17:46:03 +0000
parents 7fcaf6b59b20
children 0675613af00c
comparison
equal deleted inserted replaced
603:b02642940638 604:2729318c311b
449 } 449 }
450 } 450 }
451 } else if (inLine[linePos] == '[') { 451 } else if (inLine[linePos] == '[') {
452 /* Check for existing section */ 452 /* Check for existing section */
453 if (sectBegin) { 453 if (sectBegin) {
454 /* Submit definition */
454 fprintf(stderr, "filter ends: %s\n", sectName); 455 fprintf(stderr, "filter ends: %s\n", sectName);
456 if ((tmpFilter = g_malloc0(sizeof(t_xs_sid2_filter))) == NULL) {
457 fprintf(stderr, "could not allocate ..\n");
458 } else {
459
460 }
455 g_free(sectName); 461 g_free(sectName);
456 } 462 }
457 463
458 /* New filter(?) section starts */ 464 /* New filter(?) section starts */
459 linePos++; 465 linePos++;