mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Fix compiler warning.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@223911 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -625,7 +625,7 @@ static const struct ast_channel_tech null_tech = {
|
|||||||
static void *do_notify(void *data)
|
static void *do_notify(void *data)
|
||||||
{
|
{
|
||||||
struct ast_calendar_event *event = data;
|
struct ast_calendar_event *event = data;
|
||||||
struct ast_dial *dial;
|
struct ast_dial *dial = NULL;
|
||||||
struct ast_str *apptext = NULL;
|
struct ast_str *apptext = NULL;
|
||||||
struct ast_datastore *datastore;
|
struct ast_datastore *datastore;
|
||||||
enum ast_dial_result res;
|
enum ast_dial_result res;
|
||||||
|
Reference in New Issue
Block a user