changeset 604:2729318c311b

Few lines.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 30 Aug 2007 17:46:03 +0000
parents b02642940638
children 0675613af00c
files src/xs_config.c
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/xs_config.c	Thu Aug 30 15:14:02 2007 +0000
+++ b/src/xs_config.c	Thu Aug 30 17:46:03 2007 +0000
@@ -451,7 +451,13 @@
 		} else if (inLine[linePos] == '[') {
 			/* Check for existing section */
 			if (sectBegin) {
+				/* Submit definition */
 				fprintf(stderr, "filter ends: %s\n", sectName);
+				if ((tmpFilter = g_malloc0(sizeof(t_xs_sid2_filter))) == NULL) {
+					fprintf(stderr, "could not allocate ..\n");
+				} else {
+					
+				}
 				g_free(sectName);
 			}