Added missing XAuth plugin feature enum names

This commit is contained in:
Martin Willi
2012-03-20 17:31:28 +01:00
parent 438a8d785f
commit 5d1677f52d
2 changed files with 6 additions and 4 deletions
+4 -4
View File
@@ -129,16 +129,16 @@ struct plugin_feature_t {
FEATURE_EAP_SERVER,
/** EAP peer implementation */
FEATURE_EAP_PEER,
/** XAuth server implementation */
FEATURE_XAUTH_SERVER,
/** XAuth peer implementation */
FEATURE_XAUTH_PEER,
/** database_t */
FEATURE_DATABASE,
/** fetcher_t */
FEATURE_FETCHER,
/** custom feature, described with a string */
FEATURE_CUSTOM,
/** XAuth server implementation */
FEATURE_XAUTH_SERVER,
/** XAuth peer implementation */
FEATURE_XAUTH_PEER,
} type;
/** More specific data for each type */
union {