Commit ed013929 authored by claes's avatar claes

Bugfix, wccm_clientdata was not stored

parent c10e4f62
......@@ -4740,6 +4740,8 @@ int WNav::readcmdfile( char *incommand)
wnav_store_wnav( this);
if ( ldhses)
wccm_store_ldhses( this, ldhses);
else
wccm_store_client( this);
// Read and execute the command file
sts = ccm_file_exec( input_str, wnav_externcmd_func,
......
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