freebsd-ports/net/icradius/files/patch-src::radiusd.h
Will Andrews 7765c3d350 Add icradius 0.18.1, a variant of Cistron RADIUS, but with a MySQL
backend.

PR:		29080
Submitted by:	Sergey N. Voronkov <serg@tmn.ru>
2001-12-19 02:30:02 +00:00

11 lines
219 B
C

--- src/radiusd.h.old Tue Sep 5 05:50:25 2000
+++ src/radiusd.h Thu Jan 25 14:53:27 2001
@@ -123,6 +123,7 @@
int acct_port;
int striprealm;
int dohints;
+ int loglocal;
struct realm *next;
} REALM;