[Home]

Summary:ASTERISK-05290: Typo in function name destroy_odbc_obj
Reporter:Michael Cramer (micc)Labels:
Date Opened:2005-10-13 13:28:39Date Closed:2008-01-15 15:50:42.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Resources/res_features
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:On line 65 of res_odbc.c there is a referrence to a misspelled function destroy_obdc_obj which should be destroy_odbc_obj. The function is declared on line 404.
Comments:By: Michael Cramer (micc) 2005-10-13 13:31:04

Sorry, this should have been set to text severity.

By: Michael Cramer (micc) 2005-10-13 13:36:29

include/asterisk/res_odbc.h also needs to have the prototype changed.

By: Russell Bryant (russell) 2005-10-13 14:07:04

fixed in cvs head, thanks!

By: Russell Bryant (russell) 2005-10-13 14:07:05

fixed in cvs head, thanks!

By: Digium Subversion (svnbot) 2008-01-15 15:50:42.000-0600

Repository: asterisk
Revision: 6758

U   trunk/include/asterisk/res_odbc.h
U   trunk/res/res_odbc.c

------------------------------------------------------------------------
r6758 | russell | 2008-01-15 15:50:42 -0600 (Tue, 15 Jan 2008) | 2 lines

fix typo in function name (issue ASTERISK-5290)

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

http://svn.digium.com/view/asterisk?view=rev&revision=6758