mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 15:50:59 +00:00
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;
|
||||
int count = 0, x = 0;
|
||||
char path[128] = "";
|
||||
char path[512] = "";
|
||||
char *err;
|
||||
ftdm_module_t *mod;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user