From 92955376b27fd4b3cd62edf5a1a9e925adacd389 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Thu, 14 May 2009 21:07:39 +0000 Subject: [PATCH] FSCORE-368 git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13310 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/include/private/switch_core_pvt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/private/switch_core_pvt.h b/src/include/private/switch_core_pvt.h index 80f251012f..70f19bfa62 100644 --- a/src/include/private/switch_core_pvt.h +++ b/src/include/private/switch_core_pvt.h @@ -127,7 +127,7 @@ struct switch_core_session { void *streams[SWITCH_MAX_STREAMS]; int stream_count; - char uuid_str[SWITCH_UUID_FORMATTED_LENGTH + 1]; + char uuid_str[128]; void *private_info; switch_queue_t *event_queue; switch_queue_t *message_queue;