mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 13:12:03 +00:00
tweak array length
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user