Commit a33d321f authored by Claes Sjofors's avatar Claes Sjofors

Sev bootfile name bugfix

parent 2c0c533d
......@@ -621,7 +621,7 @@ int sev_dbms_env::get_systemname()
if ( sscanf( bus_str, "%d", &bus) != 1)
return 0;
sprintf( fname, load_cNameBoot, load_cDirectory, nodename, bus);
sprintf( fname, load_cNameBoot, load_cDirectory, cdh_Low(nodename), bus);
dcli_translate_filename( fname, fname);
file = fopen( fname, "r");
if ( file == 0) {
......
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