tweak array length

This commit is contained in:
Tamas Cseke 2010-08-11 17:26:31 +02:00
parent 76a72be31f
commit 388430318c
1 changed files with 1 additions and 1 deletions

View File

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