[asterisk-bugs] [Asterisk 0015049]: [patch] pri set to NULL in pri_message in function dump_facility
Asterisk Bug Tracker
noreply at bugs.digium.com
Thu May 7 07:56:23 CDT 2009
A NOTE has been added to this issue.
======================================================================
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:56 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");
======================================================================
----------------------------------------------------------------------
(0104349) tamiel (reporter) - 2009-05-07 07:56
http://bugs.digium.com/view.php?id=15049#c104349
----------------------------------------------------------------------
Patch added.
Sorry I have set priority 'normal', I think it must be 'tweak' !
Issue History
Date Modified Username Field Change
======================================================================
2009-05-07 07:56 tamiel Note Added: 0104349
======================================================================
More information about the asterisk-bugs
mailing list