[Home]

Summary:ASTERISK-06176: PGconn *conn and PGresult *result should be static
Reporter:Daniel Swarbrick (pressureman)Labels:
Date Opened:2006-01-24 03:40:29.000-0600Date Closed:2006-01-24 04:47:53.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:CDR/cdr_pgsql
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:To avoid clobbering same-named vars in res_config_pgsql.c, these vars should be declared static.
Comments:By: Olle Johansson (oej) 2006-01-24 04:46:49.000-0600

Fixed in revision 8523. Thanks.

By: Olle Johansson (oej) 2006-01-24 04:47:38.000-0600

Committed to svn trunk.