Yep, it was I. I'll commit soon this patch:
Index: gwlib/cfg.c =================================================================== RCS file: /home/cvs/gateway/gwlib/cfg.c,v retrieving revision 1.13 diff -r1.13 cfg.c 349c349 < list_insert(stack, 0, filename); --- > list_insert(stack, 0, octstr_duplicate(filename)); 408c408 < list_destroy(stack, NULL); --- > list_destroy(stack, octstr_destroy_item); ----- Original Message ----- From: "Stipe Tolj" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, March 24, 2002 7:13 PM Subject: [BUG] include directive > When trying to include several files, at least more then one, like > this in mykannc.conf: > > ... > include = "modems.conf" > include = "mysql.conf" > ... > > we get a damaged start marker for an area :( > > I guess I'll add this as release show-stopper to STATUS. > > Hmmm, I worked on this code and implemented the include feature and > AFAIK I tested back then the inclusion of multiple files and even > recursions. > > Bruno, any changes from you that may affect things?! > > Stipe > > [EMAIL PROTECTED] > ------------------------------------------------------------------- > Wapme Systems AG > > M�nsterstr. 248 > 40470 D�sseldorf > > Tel: +49-211-74845-0 > Fax: +49-211-74845-299 > > E-Mail: [EMAIL PROTECTED] > Internet: http://www.wapme-systems.de > ------------------------------------------------------------------- > wapme.net - wherever you are > >
