freebsd-ports/net/freeradius-client/files/patch-lib__options.h
Dima Panov 16b08b0223 net/freeradius-client: unbreak fetch, update to 1.1.7 release
Maintainer didn't unbreak the port over 3 months since it was marked unfetchable,
version 1.1.7 was released 26.05.2017

Approved by:	maintainer (timeout)
MFH:		2020Q1
2020-02-24 15:12:22 +00:00

10 lines
364 B
C

--- lib/options.h.orig 2015-01-19 16:18:26 UTC
+++ lib/options.h
@@ -50,6 +50,7 @@ static OPTION config_options_default[] = {
{"radius_retries", OT_INT, ST_UNDEF, NULL},
{"radius_deadtime", OT_INT, ST_UNDEF, NULL},
{"bindaddr", OT_STR, ST_UNDEF, NULL},
+{"nasaddr", OT_STR, ST_UNDEF, NULL},
/* local options */
{"login_local", OT_STR, ST_UNDEF, NULL},
};