Control: tags -1 + upstream fixed-upstream On Sat, Jun 22, 2013 at 03:37:55PM +0200, David Suárez wrote: > > In file included from check_ipc.c:27:0: > > check_ipc.c: In function 'test_ipc_bulk_events': > > check_ipc.c:624:2: error: expected expression before 'do' > > ck_assert_int_eq(res, 0); > > ^ > > check_ipc.c: In function 'test_ipc_event_on_created': > > check_ipc.c:696:2: error: expected expression before 'do' > > ck_assert_int_eq(res, 0); > > ^ The code:
res = qb_ipcc_fd_get(conn, &fd), ck_assert_int_eq(res, 0); The typo was fixed in https://github.com/ClusterLabs/libqb/commit/25828196a0862118a013c00efe1e63e5831da6d4 -- WBR, wRAR
signature.asc
Description: Digital signature

