[asterisk-bugs] [Asterisk 0015301]: Typo in ast_db_gettree
Asterisk Bug Tracker
noreply at bugs.digium.com
Thu Jun 11 10:40:18 CDT 2009
The following issue has been set as DUPLICATE OF issue 0014177.
======================================================================
https://issues.asterisk.org/view.php?id=15301
======================================================================
Reported By: timking
Assigned To: dbrooks
======================================================================
Project: Asterisk
Issue ID: 15301
Category: Core/General
Reproducibility: always
Severity: minor
Priority: normal
Status: assigned
Asterisk Version: 1.6.0.5
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2009-06-09 13:33 CDT
Last Modified: 2009-06-11 10:40 CDT
======================================================================
Summary: Typo in ast_db_gettree
Description:
@@ -481,7 +481,7 @@
if (!ast_strlen_zero(family)) {
if (!ast_strlen_zero(keytree)) {
/* Family and key tree */
+ snprintf(prefix,
sizeof(prefix), "/%s/%s", family, keytree);
- snprintf(prefix,
sizeof(prefix), "/%s/%s", family, prefix);
} else {
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
duplicate of 0014177 [patch] ast_db_gettree(family, keytree)...
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2009-06-11 10:40 dbrooks Relationship added duplicate of 0014177
======================================================================
More information about the asterisk-bugs
mailing list