mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 08:05:37 +00:00
tweak array length
This commit is contained in:
parent
76a72be31f
commit
388430318c
@ -44,7 +44,7 @@
|
||||
|
||||
static struct {
|
||||
char *cred;
|
||||
char *urls[MAX_URLS + 1];
|
||||
char *urls[MAX_URLS];
|
||||
int url_count;
|
||||
int url_index;
|
||||
switch_thread_rwlock_t *log_path_lock;
|
||||
|
Loading…
x
Reference in New Issue
Block a user