Commit 1a0a46b7 authored by claes's avatar claes

cUserVolMin and cUserVolMax moved to cdh

parent 09efb3fb
......@@ -166,8 +166,8 @@ void wb_pkg::readConfig()
n.checkVolume( fname);
// Check if there are any rtt-files for Root or Sub Volumes
if ( vollist[j] >= ldh_cUserVolMin &&
vollist[j] <= ldh_cUserVolMax) {
if ( vollist[j] >= cdh_cUserVolMin &&
vollist[j] <= cdh_cUserVolMax) {
cdh_uVolumeId vid;
vid.pwr = vollist[j];
......
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