Skip to content

Commit

Permalink
sst: fix UAC enum
Browse files Browse the repository at this point in the history
  • Loading branch information
razvancrainea committed Jul 18, 2014
1 parent 07373cc commit 3d16b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/sst/sst_handlers.h
Expand Up @@ -40,7 +40,7 @@
*/
enum sst_flags {
SST_UNDF=0, /* 0 - --- */
SST_UAC=2, /* 1 - 2^0 */
SST_UAC=1, /* 1 - 2^0 */
SST_UAS=2, /* 2 - 2^1 */
SST_PXY=4, /* 4 - 2^2 */
SST_NSUP=8 /* 8 - 2^3 */
Expand Down

0 comments on commit 3d16b30

Please sign in to comment.