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…
Reference in New Issue