Commit a6976a2b authored by claes's avatar claes

More ldh_OpenWB arguments

parent 45bd1745
...@@ -2468,7 +2468,7 @@ static int ge_get_ldhses_cb( void *ctx, ldh_tSesContext *ldhses, int load) ...@@ -2468,7 +2468,7 @@ static int ge_get_ldhses_cb( void *ctx, ldh_tSesContext *ldhses, int load)
else else
{ {
// Open workbench and attatch some volume // Open workbench and attatch some volume
sts = ldh_OpenWB( &wbctx); sts = ldh_OpenWB( &wbctx, 0);
if ( EVEN(sts)) return sts; if ( EVEN(sts)) return sts;
// Attach first rootvolume, or if no rootvolume exist some other volume // Attach first rootvolume, or if no rootvolume exist some other volume
......
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