Skip to content

Commit

Permalink
don't use extra comma
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Jan 10, 2024
1 parent ddfc353 commit edda97e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/rlm_mschap/rlm_mschap.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ typedef enum {
AUTH_NTLMAUTH_EXEC = 1, /* MS-CHAP-Use-NTLM-Auth = yes */
AUTH_AUTO = 2, /* MS-CHAP-Use-NTLM-Auth = auto */
#ifdef WITH_AUTH_WINBIND
,AUTH_WBCLIENT = 3
AUTH_WBCLIENT = 3
#endif
} MSCHAP_AUTH_METHOD;

Expand Down

0 comments on commit edda97e

Please sign in to comment.