[Home]

Summary:ASTERISK-03000: Latest CVS of app_disa fails to compile
Reporter:nigelhorne (nigelhorne)Labels:
Date Opened:2004-12-15 10:34:48.000-0600Date Closed:2004-12-15 11:02:31.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:app_disa.c:162: error: invalid lvalue in assignment

I suspect that
   (char *)mailbox = strsep(&stringp, "|");
should read
   mailbox = (char *)strsep(&stringp, "|");  
Comments:By: Mark Spencer (markster) 2004-12-15 10:43:47.000-0600

Fixed in CVS