On Mon, Oct 29, 2012 at 02:45:28PM +0000, alan buxey wrote:
issue with 3.0.0 HEAD (which is stopping me from reporting bugs with 3.x !) still cannot build on CentOS 6.3 box
make fails with
...and I wonder if Arran missed his coffee this morning? ;-) commit a984181dff893951695aa22500cb330315983bcb Author: Arran Cudbard-Bell <a.cudbardb@freeradius.org> Date: Mon Oct 29 06:41:06 2012 +0000 arg needs to be a buffer diff --git a/src/main/radclient.c b/src/main/radclient.c index d9380f3..7194ac4 100644 --- a/src/main/radclient.c +++ b/src/main/radclient.c @@ -1022,7 +1022,7 @@ int main(int argc, char **argv) timeout = atof(optarg); break; case 'v': - printf(radclient_version); + print(radclient_version); exit(0); break; case 'x': ... Cheers Matthew -- Matthew Newton, Ph.D. <mcn4@le.ac.uk> Systems Architect (UNIX and Networks), Network Services, I.T. Services, University of Leicester, Leicester LE1 7RH, United Kingdom For IT help contact helpdesk extn. 2253, <ithelp@le.ac.uk>