]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
when refactoring, copy code instead of re-typing it.
authorAlan T. DeKok <aland@freeradius.org>
Wed, 19 Dec 2018 12:13:57 +0000 (07:13 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 19 Dec 2018 12:13:57 +0000 (07:13 -0500)
and building it is good, too

src/modules/rlm_eap/types/rlm_eap_ttls/eap_ttls.h

index 1595e665e38bdc5a5fbc2af5e4c6f32a35cbf1e0..56864c1b83033aab6be35cb0c73946d9291c9824 100644 (file)
@@ -40,7 +40,7 @@ extern fr_dict_attr_t const *attr_user_name;
 extern fr_dict_attr_t const *attr_user_password;
 extern fr_dict_attr_t const *attr_vendor_specific;
 
-typedef {
+typedef struct {
        VALUE_PAIR      *username;
        bool            authenticated;
        char const      *virtual_server;