]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FSCORE-368
authorAnthony Minessale <anthony.minessale@gmail.com>
Thu, 14 May 2009 21:07:39 +0000 (21:07 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Thu, 14 May 2009 21:07:39 +0000 (21:07 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13310 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/include/private/switch_core_pvt.h

index 80f251012fe916979f98630d78fdb0878dfd6a95..70f19bfa628c38fea6c5a68d053e6ec429429957 100644 (file)
@@ -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;