aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authortransnexus <transnexus@f38db490-d61c-443f-a65b-d21fe96a405b>2009-12-08 07:40:01 +0000
committertransnexus <transnexus@f38db490-d61c-443f-a65b-d21fe96a405b>2009-12-08 07:40:01 +0000
commitdd19e8e891e8eff6b89f54c7440f1c0ce2fb47a1 (patch)
treef29cb6403fd19c91b9dee7b7579c7fbf468ec134 /apps
parentc8c0d7d23044b66b83b1d85709341dd9824f9647 (diff)
Fixed compile error with OSP Toolkit 3.6.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.1@233688 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-rw-r--r--apps/app_osplookup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/app_osplookup.c b/apps/app_osplookup.c
index 808f0e004..163a4170d 100644
--- a/apps/app_osplookup.c
+++ b/apps/app_osplookup.c
@@ -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 */