mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-17 15:29:05 +00:00
Things don't need to be that const.
........ Merged revisions 375658 from http://svn.asterisk.org/svn/asterisk/branches/1.8 ........ Merged revisions 375659 from http://svn.asterisk.org/svn/asterisk/branches/10 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@375661 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1845,7 +1845,7 @@ static void *dialed_cc_interfaces_duplicate(void *data)
|
||||
* more information regarding the actual structure of the tree, see
|
||||
* the documentation provided in include/asterisk/ccss.h
|
||||
*/
|
||||
static const const struct ast_datastore_info dialed_cc_interfaces_info = {
|
||||
static const struct ast_datastore_info dialed_cc_interfaces_info = {
|
||||
.type = "Dial CC Interfaces",
|
||||
.duplicate = dialed_cc_interfaces_duplicate,
|
||||
.destroy = dialed_cc_interfaces_destroy,
|
||||
|
||||
Reference in New Issue
Block a user