瀏覽代碼

Fix a merge problem with the previous update to the amf with
the conn_info structure.
the track list was not being initialized at start.

(Logical change 1.27)


git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@82 fd59a12c-fef9-0310-b244-a6a79926bd2f

Steven Dake 22 年之前
父節點
當前提交
619fc3a59d
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      exec/amf.c

+ 2 - 0
exec/amf.c

@@ -1890,6 +1890,8 @@ static int message_handler_req_amf_init (struct conn_info *conn_info, void *mess
 
 	libais_send_response (conn_info, &res_lib_init, sizeof (res_lib_init));
 
+	list_init (&conn_info->conn_list);
+
 	if (conn_info->authenticated) {
 		return (0);
 	}