提交 0a2ee53b authored 作者: Mathieu Rene's avatar Mathieu Rene

FSCORE-551

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16635 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 9c045c33
......@@ -372,6 +372,7 @@ int send_stun_error(stun_msg_t *response,
attr = malloc(sizeof *attr); if (!attr) return -1;
response->stun_attr = attr;
attr->attr_type = ERROR_CODE;
attr->next = NULL;
errorcode = malloc(sizeof(*errorcode));
if (!errorcode)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论