[SR-Dev] git:master: fix crash in carrierroute related to failed config file loading
Henning Westerholt
henning.westerholt at 1und1.de
Tue Apr 21 18:29:22 CEST 2009
On Tuesday 21 April 2009, Henning Westerholt wrote:
> fix crash in carrierroute related to failed config file loading
> [..]
This happens probably because of some overlapping symbols in sr core and the
libconfuse library, which is used from cr.
cfg/cfg_struct.h
122:int cfg_init(void);
[..]
modules/carrierroute/cr_config.c
106: cfg = cfg_init(opts, CFGF_NONE);
How do resolve this issue, is it ok when i rename the core function?
Cheers,
Henning
More information about the sr-dev
mailing list