aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_osplookup.c
diff options
context:
space:
mode:
authortransnexus <transnexus@f38db490-d61c-443f-a65b-d21fe96a405b>2009-12-08 07:41:15 +0000
committertransnexus <transnexus@f38db490-d61c-443f-a65b-d21fe96a405b>2009-12-08 07:41:15 +0000
commit69670b84a4fbde22e715543eb7e65164f6884f66 (patch)
tree9694c4acccaf95059e28e97b54e2e3eda7feb63d /apps/app_osplookup.c
parentc9e187a105aa14838591df69b58bee298bc17cbb (diff)
Fixed compile error with OSP Toolkit 3.6.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.2@233689 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_osplookup.c')
-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 306e71e81..65265f968 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 */