[asterisk-bugs] [Asterisk 0015049]: pri set to NULL in pri_message in function dump_facility
Asterisk Bug Tracker
noreply at bugs.digium.com
Thu May 7 07:53:54 CDT 2009
The following issue has been SUBMITTED.
======================================================================
http://bugs.digium.com/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: new
Asterisk Version: SVN
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2009-05-07 07:53 CDT
Last Modified: 2009-05-07 07:53 CDT
======================================================================
Summary: 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");
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2009-05-07 07:53 tamiel New Issue
2009-05-07 07:53 tamiel Asterisk Version => SVN
2009-05-07 07:53 tamiel Regression => No
2009-05-07 07:53 tamiel SVN Branch (only for SVN checkouts, not tarball
releases) => N/A
======================================================================
More information about the asterisk-bugs
mailing list