Explorar el Código

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 hace 22 años
padre
commit
619fc3a59d
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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);
 	}