[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:55:24 CDT 2009
The following issue has been UPDATED.
======================================================================
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:55 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");
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2009-05-07 07:55 tamiel Summary pri set to NULL in
pri_message in function dump_facility => [patch] pri set to NULL in pri_message
in function dump_facility
======================================================================
More information about the asterisk-bugs
mailing list