Skip to content
Snippets Groups Projects
Commit 2da38463 authored by Ben Kramer's avatar Ben Kramer
Browse files

/ fixed un-initilized variable

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4665 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 127c3c93
No related branches found
No related tags found
No related merge requests found
......@@ -1270,6 +1270,8 @@ struct vpb_pvt *mkif(int board, int channel, int mode, float txgain, float rxgai
tmp->group = group;
/* Initilize dtmf caller ID position variable */
tmp->dtmf_caller_pos=0;
strncpy(tmp->language, language, sizeof(tmp->language) - 1);
strncpy(tmp->context, context, sizeof(tmp->context) - 1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment