From: TransNexus OSP Development Date: Tue, 8 Dec 2009 07:40:01 +0000 (+0000) Subject: Fixed compile error with OSP Toolkit 3.6. X-Git-Tag: 1.6.1.12-rc1~3^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4e2771bb22379ac261cf181322b196d138decb9;p=thirdparty%2Fasterisk.git 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 --- diff --git a/apps/app_osplookup.c b/apps/app_osplookup.c index 808f0e0047..163a4170d3 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 */