]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Don't use fields
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sun, 22 May 2016 04:16:31 +0000 (00:16 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sun, 22 May 2016 04:16:31 +0000 (00:16 -0400)
src/include/conffile.h

index e0a6030ab357f89fb2081920e3bff37d96e0ec9f..14c882ca670df82d0900a45a4e4d1855a1a01f65 100644 (file)
@@ -210,7 +210,7 @@ _Generic((_ct), \
        .type = (_t) | PW_TYPE_IS_SET, \
        .data = _p, \
        .is_set_ptr = _p ## _is_set
-#  define FR_ITEM_POINTER(_t, _p) .type = _t, .data = _p
+#  define FR_ITEM_POINTER(_t, _p) _t, _p
 #endif
 
 #define FR_CONF_DEPRECATED(_n, _t, _p, _f) \