[asterisk-commits] transnexus: branch 1.6.2 r233689 - /branches/1.6.2/apps/app_osplookup.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Dec 8 01:41:19 CST 2009
Author: transnexus
Date: Tue Dec 8 01:41:15 2009
New Revision: 233689
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=233689
Log:
Fixed compile error with OSP Toolkit 3.6.
Modified:
branches/1.6.2/apps/app_osplookup.c
Modified: branches/1.6.2/apps/app_osplookup.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.2/apps/app_osplookup.c?view=diff&rev=233689&r1=233688&r2=233689
==============================================================================
--- branches/1.6.2/apps/app_osplookup.c (original)
+++ branches/1.6.2/apps/app_osplookup.c Tue Dec 8 01:41:15 2009
@@ -143,8 +143,8 @@
/* 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 */
More information about the asterisk-commits
mailing list