[asterisk-bugs] [Asterisk 0015049]: [patch] pri set to NULL in pri_message in function dump_facility
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon May 18 17:40:17 CDT 2009
The following issue has been CLOSED
======================================================================
https://issues.asterisk.org/view.php?id=15049
======================================================================
Reported By: tamiel
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 15049
Category: Core/General
Reproducibility: N/A
Severity: tweak
Priority: normal
Status: closed
Asterisk Version: SVN
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
Resolution: no change required
Fixed in Version:
======================================================================
Date Submitted: 2009-05-07 07:53 CDT
Last Modified: 2009-05-18 17:40 CDT
======================================================================
Summary: [patch] pri set to NULL in pri_message in function
dump_facility
Description:
In libpri-1.4 (svn) in dump_facility function, we have :
pri_message(NULL, " ]\n");
I think it must be :
pri_message(pri, " ]\n");
======================================================================
----------------------------------------------------------------------
(0104983) tilghman (administrator) - 2009-05-18 17:40
https://issues.asterisk.org/view.php?id=15049#c104983
----------------------------------------------------------------------
No, in this case, it's actually correct for the argument to be NULL.
Issue History
Date Modified Username Field Change
======================================================================
2009-05-18 17:40 tilghman Note Added: 0104983
2009-05-18 17:40 tilghman Status new => closed
2009-05-18 17:40 tilghman Resolution open => no change
required
======================================================================
More information about the asterisk-bugs
mailing list