mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
set variable to NULL to prevent uninitialized warning
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@108523 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -312,7 +312,7 @@ static int app_exec(struct ast_channel *chan, void *data)
|
||||
char hostname[1024];
|
||||
char *port_str = NULL;
|
||||
int port = 0;
|
||||
struct ast_tcptls_session_instance *ser;
|
||||
struct ast_tcptls_session_instance *ser = NULL;
|
||||
|
||||
struct ivr_localuser foo = {
|
||||
.playlist = AST_LIST_HEAD_INIT_VALUE,
|
||||
|
Reference in New Issue
Block a user