[Home]

Summary:ASTERISK-10949: [patch] Avoid calling twice ast_var_full_name().
Reporter:Eliel Sardanons (eliel)Labels:
Date Opened:2007-12-02 22:48:01.000-0600Date Closed:2007-12-03 14:27:19.000-0600
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Core/Channels
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) channel.c.patch
Description:Avoid calling twice ast_var_full_name, varname already has the variable full name or null in case of error.
Comments:By: Digium Subversion (svnbot) 2007-12-03 14:27:19.000-0600

Repository: asterisk
Revision: 90591

U   trunk/main/channel.c

------------------------------------------------------------------------
r90591 | tilghman | 2007-12-03 14:27:18 -0600 (Mon, 03 Dec 2007) | 2 lines

Avoid an additional function call.  Reported by: eliel Patch by: eliel (Closes issue ASTERISK-10949)

------------------------------------------------------------------------