Skip to content

Commit

Permalink
Fix flags for event backend to avoid conflicts with event_flatstore
Browse files Browse the repository at this point in the history
(cherry picked from commit 6381604)
  • Loading branch information
bogdan-iancu committed Jan 4, 2020
1 parent f747df8 commit 25ff84b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/event_routing/event_routing.c
Expand Up @@ -144,7 +144,7 @@ static evi_export_t evi_backend_ebr = {
/* function for printing an EBR socket */
ebr_print,
/* super flags for unknown purposes :D */
(1<<25)
(1<<22)
};


Expand Down

0 comments on commit 25ff84b

Please sign in to comment.