freetdm: increase size of static buffer for DSO path

This commit is contained in:
Moises Silva 2011-02-17 09:17:41 -05:00
parent 925623c19e
commit c166f5f02c
1 changed files with 1 additions and 1 deletions

View File

@ -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;