Skip to content

Commit

Permalink
kazoo: KZ_URL_MAX_SIZE set to 100
Browse files Browse the repository at this point in the history
- previous version was too low (50) - reported by Niklas Larsson, GH
  #529
- master and 4.4 has it already increased

(cherry picked from commit b40d2ec)
  • Loading branch information
miconda committed Jul 4, 2016
1 parent 054f052 commit c5ef488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/kazoo/kz_amqp.c
Expand Up @@ -382,7 +382,7 @@ void kz_amqp_destroy() {

}

#define KZ_URL_MAX_SIZE 50
#define KZ_URL_MAX_SIZE 100
static char* KZ_URL_ROOT = "/";

int kz_amqp_add_connection(modparam_t type, void* val)
Expand Down

0 comments on commit c5ef488

Please sign in to comment.