[Asterisk-bugs] [Asterisk 0010216]: the right parentheses is in wrong position of function ast_test_flag
noreply at bugs.digium.com
noreply at bugs.digium.com
Tue Jul 17 06:44:09 CDT 2007
The following issue has been ASSIGNED.
======================================================================
http://www.example.com/var/www/insects.digium.com/core/view.php?id=10216
======================================================================
Reported By: Fanzhou Zhao
Assigned To: qwell
======================================================================
Project: Asterisk
Issue ID: 10216
Category: Applications/app_dial
Reproducibility: always
Severity: minor
Priority: normal
Status: assigned
Asterisk Version: 1.4.7.1
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Disclaimer on File?: No
Request Review:
======================================================================
Date Submitted: 07-17-2007 04:46 CDT
Last Modified: 07-17-2007 06:44 CDT
======================================================================
Summary: the right parentheses is in wrong position of
function ast_test_flag
Description:
in the app_dial.c, line 1570, the right parentheses is in wrong position of
function ast_test_flag.
hanguptree(outgoing, NULL, ast_test_flag(&opts, OPT_CANCEL_ELSEWHERE ? 1 :
0));
equal to
hanguptree(outgoing, NULL, ast_test_flag(&opts, 1));
======================================================================
----------------------------------------------------------------------
svnbot - 07-17-07 06:44
----------------------------------------------------------------------
Repository: asterisk
Revision: 75351
------------------------------------------------------------------------
r75351 | qwell | 2007-07-17 06:44:07 -0500 (Tue, 17 Jul 2007) | 6 lines
Fix an incorrect parenthesization (TODO: Find a better word) in app_dial
Pointed out by Fanzhou Zhao
Closes issue
http://www.example.com/var/www/insects.digium.com/core/view.php?id=10216
------------------------------------------------------------------------
Issue History
Date Modified Username Field Change
======================================================================
07-17-07 06:44 svnbot Checkin
07-17-07 06:44 svnbot Note Added: 0067425
07-17-07 06:44 svnbot Status new => assigned
07-17-07 06:44 svnbot Assigned To => qwell
======================================================================
More information about the asterisk-bugs
mailing list