From ee6c7128ed0d58cb1812049463a13bba9cfb31b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 6 Nov 2015 01:42:41 +0100 Subject: Imported Upstream version 2.9.7 --- util/ilan.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'util/ilan.c') diff --git a/util/ilan.c b/util/ilan.c index 2458fbb..b314c73 100644 --- a/util/ilan.c +++ b/util/ilan.c @@ -305,7 +305,7 @@ extern char *get_sensor_type_desc(uchar stype); /*from ievents.c*/ /* * Global variables */ -static char * progver = "2.96"; +static char * progver = "2.97"; static char * progname = "ilan"; static char fdebug = 0; static char fipmilan = 0; @@ -624,7 +624,7 @@ static void getauthstr(uchar auth, char *s) } static int GetDeviceID(LAN_RECORD *pLanRecord) -{ +{ /*See also ipmi_getdeviceid( pLanRecord, sizeof(LAN_RECORD),fdebug); */ uchar responseData[MAX_BUFFER_SIZE]; int responseLength = MAX_BUFFER_SIZE; int status; -- cgit v1.2.3