1.1 --- a/sync/gen_statemachine.ysl2 Wed Aug 22 15:25:25 2018 +0200
1.2 +++ b/sync/gen_statemachine.ysl2 Wed Aug 22 15:28:03 2018 +0200
1.3 @@ -356,9 +356,9 @@
1.4
1.5 // all other go unicast
1.6 default: {
1.7 - if (!(session->«yml:lcase(@name)»_state.common.from &&
1.8 + if (!session->«yml:lcase(@name)»_state.common.from `> |`|
1.9 (session->«yml:lcase(@name)»_state.common.from->flags &
1.10 - PEP_idf_not_for_sync)))
1.11 + PEP_idf_not_for_sync))
1.12 {
1.13 status = PEP_SYNC_NO_CHANNEL;
1.14 goto the_end;