Fixed compile error with OSP Toolkit 3.6.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@233688 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
TransNexus OSP Development
2009-12-08 07:40:01 +00:00
parent ae3ece68ad
commit b4e2771bb2

View File

@@ -143,8 +143,8 @@ struct osp_provider {
/* Call ID */
struct osp_callid {
unsigned char buf[OSPC_CALLID_MAXSIZE]; /* Call ID string */
unsigned int len; /* Call ID length */
unsigned char buf[OSP_NORSTR_SIZE]; /* Call ID string */
unsigned int len; /* Call ID length */
};
/* OSP Application In/Output Results */