From 133fd71b0c4c34b0e4f83ef3c0931fde6ed2238b Mon Sep 17 00:00:00 2001 From: TransNexus OSP Development Date: Tue, 8 Dec 2009 07:41:15 +0000 Subject: [PATCH] Fixed compile error with OSP Toolkit 3.6. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@233689 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_osplookup.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/app_osplookup.c b/apps/app_osplookup.c index 306e71e81f..65265f9681 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 */