Re: [BUG] include directive
"Bruno David Rodrigues" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <036701c1d4cc$ccf80df0$6e01290a@hobbes> |
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 > >