freetdm: increase size of static buffer for DSO path
This commit is contained in:
parent
925623c19e
commit
c166f5f02c
|
@ -4979,7 +4979,7 @@ FT_DECLARE(int) ftdm_load_module(const char *name)
|
||||||
{
|
{
|
||||||
ftdm_dso_lib_t lib;
|
ftdm_dso_lib_t lib;
|
||||||
int count = 0, x = 0;
|
int count = 0, x = 0;
|
||||||
char path[128] = "";
|
char path[512] = "";
|
||||||
char *err;
|
char *err;
|
||||||
ftdm_module_t *mod;
|
ftdm_module_t *mod;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue