]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Fixed compile error with OSP Toolkit 3.6.
authorTransNexus OSP Development <support@transnexus.com>
Tue, 8 Dec 2009 07:40:01 +0000 (07:40 +0000)
committerTransNexus OSP Development <support@transnexus.com>
Tue, 8 Dec 2009 07:40:01 +0000 (07:40 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@233688 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_osplookup.c

index 808f0e0047f349de7d2216a4969589bade83ed4f..163a4170d3ffa1371db6efbe9c92148332a7ff6b 100644 (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 */