Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
subscriptions.h: fix SUBSCRIPTION_ONESHOT definition, fixes #2819
  • Loading branch information
perexg committed May 6, 2015
1 parent 56b700b commit d9ca940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/subscriptions.h
Expand Up @@ -32,7 +32,7 @@ extern struct th_subscription_list subscriptions;
#define SUBSCRIPTION_STREAMING 0x010
#define SUBSCRIPTION_RESTART 0x020
#define SUBSCRIPTION_CONTACCESS 0x040
#define SUBSCRIPTION_ONESHOT 0x090
#define SUBSCRIPTION_ONESHOT 0x080
#define SUBSCRIPTION_TABLES 0x100
#define SUBSCRIPTION_MINIMAL 0x200
#define SUBSCRIPTION_INITSCAN 0x1000 ///< for mux subscriptions
Expand Down

0 comments on commit d9ca940

Please sign in to comment.