summaryrefslogtreecommitdiff
path: root/util/iconfig.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/iconfig.c')
-rw-r--r--util/iconfig.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/iconfig.c b/util/iconfig.c
index 6bdb104..ea2b65d 100644
--- a/util/iconfig.c
+++ b/util/iconfig.c
@@ -171,7 +171,7 @@ typedef struct
/*
* Global variables
*/
-static char * progver = "2.96";
+static char * progver = "2.97";
static char * progname = "iconfig";
static char fdebug = 0;
static char fipmilan = 0;
@@ -392,7 +392,7 @@ static struct {
#define DCMI_CONFIG 0x05 /*DCMI Config params*/
static int GetDeviceID(uchar *pLanRecord)
-{
+{ /*See also ipmi_getdeviceid( pLanRecord, sizeof(LAN_RECORD),fdebug); */
uchar responseData[MAX_BUFFER_SIZE];
int responseLength = MAX_BUFFER_SIZE;
int status;