[asterisk-commits] transnexus: branch 1.6.1 r233688 - /branches/1.6.1/apps/app_osplookup.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Dec 8 01:40:05 CST 2009
Author: transnexus
Date: Tue Dec 8 01:40:01 2009
New Revision: 233688
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=233688
Log:
Fixed compile error with OSP Toolkit 3.6.
Modified:
branches/1.6.1/apps/app_osplookup.c
Modified: branches/1.6.1/apps/app_osplookup.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.1/apps/app_osplookup.c?view=diff&rev=233688&r1=233687&r2=233688
==============================================================================
--- branches/1.6.1/apps/app_osplookup.c (original)
+++ branches/1.6.1/apps/app_osplookup.c Tue Dec 8 01:40:01 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