Alan DeKok wrote:
Norbert Wegener wrote:
With the actual cvs there is a build problem:
...
radiusd.c:148: error: 'buffer' undeclared (first use in this function)
I see no reference to "buffer" in radiusd.c in revision 1.348, which is the latest for radiusd.c.
1.348 or 1.384? * Version: $Id: radiusd.c,v 1.384 2007/12/27 09:17:22 aland Exp $ .... 140 /* This is a quick fix start-stop scripts for radrelay-radiusd 141 * so if we are called as 'radiusd' then, config file 142 * is 'radiusd.conf', if we are called as 'mokoko', then 143 * config file is 'mokoko.conf', which will probably make things 144 * easier.. will it ? Does it break something?? 145 * (-n option still overwrites the config file name) 146 * A long comment for a 2 line patch.. </tuyan> 147 */ 148 snprintf(buffer, sizeof(buffer), "%s.conf",progname); 149 mainconfig.radiusd_conf = strdup(buffer);
Are you sure your copy is up to date, AND that you've made no local changes?
No changes. Norbert Wegener
Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html