Просмотр исходного кода

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 21 лет назад
Родитель
Сommit
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);
 	}