From 69670b84a4fbde22e715543eb7e65164f6884f66 Mon Sep 17 00:00:00 2001 From: transnexus Date: Tue, 8 Dec 2009 07:41:15 +0000 Subject: 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 --- apps/app_osplookup.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/app_osplookup.c') 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 */ -- cgit v1.2.3