1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-18 09:32:34 +00:00

tweak array length

This commit is contained in:
Tamas Cseke 2010-08-11 17:26:31 +02:00
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;