]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FSCORE-551
authorMathieu Rene <mrene@avgs.ca>
Sat, 13 Feb 2010 21:06:56 +0000 (21:06 +0000)
committerMathieu Rene <mrene@avgs.ca>
Sat, 13 Feb 2010 21:06:56 +0000 (21:06 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16635 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/sofia-sip/libsofia-sip-ua/stun/stun_mini.c

index b5ec01ec2349fbb95cc212bb52e297e71262904d..4c72c0dff7cff8f177a030125ce8d316f781e7c3 100644 (file)
@@ -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)