[Home]

Summary:ASTERISK-14081: [patch] pri set to NULL in pri_message in function dump_facility
Reporter:Michael Ricordeau (tamiel)Labels:
Date Opened:2009-05-07 07:53:54Date Closed:2011-06-07 14:08:15
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) q931_pri_message_null.patch
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");

Comments:By: Michael Ricordeau (tamiel) 2009-05-07 07:56:23

Patch added.

Sorry I have set priority 'normal', I think it must be 'tweak' !

By: Tilghman Lesher (tilghman) 2009-05-18 17:40:17

No, in this case, it's actually correct for the argument to be NULL.