Commit a11530ea authored by Claes Sjofors's avatar Claes Sjofors

ConfigurationStatus in wtt

parent 4bd9a379
......@@ -828,6 +828,7 @@ int Wtt::set_edit()
sts = ldh_GetObjectPar( ldhses, oid, "SysBody", "ConfigurationStatus",
(char **)&config_status, &size);
if ( ODD(sts)) {
if ( *config_status != 0) {
ldh_sParDef adef;
ldh_sValueDef *vd;
int rows;
......@@ -859,9 +860,10 @@ int Wtt::set_edit()
else
MsgWindow::message( 'I', "Volume Configuration status: ", vd[i].Value.Text);
}
free( (char *)config_status);
free( (char *)vd);
}
free( (char *)config_status);
}
}
return 1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment