[asterisk-bugs] [Asterisk 0015301]: Typo in ast_db_gettree
Asterisk Bug Tracker
noreply at bugs.digium.com
Wed Jun 10 11:57:40 CDT 2009
A NOTE has been added to this issue.
======================================================================
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-10 11:57 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 {
======================================================================
----------------------------------------------------------------------
(0106217) lmadsen (administrator) - 2009-06-10 11:57
https://issues.asterisk.org/view.php?id=15301#c106217
----------------------------------------------------------------------
Hey! Another issue Mr. Brooks can probably quickly bang out. Thanks!
Issue History
Date Modified Username Field Change
======================================================================
2009-06-10 11:57 lmadsen Note Added: 0106217
======================================================================
More information about the asterisk-bugs
mailing list