From: Anthony Minessale Date: Thu, 14 May 2009 21:07:39 +0000 (+0000) Subject: FSCORE-368 X-Git-Tag: v1.0.4~894 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92955376b27fd4b3cd62edf5a1a9e925adacd389;p=thirdparty%2Ffreeswitch.git FSCORE-368 git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13310 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- 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;