The patch seems to fix the issue, in my case it was `vc->send_cmd_prefix` not being read properly (it remained `NULL`) and with the patch it is read from the config and initialised to an empty string (which is correct).
@kugel- I'm not familiar with the "stash" system, could you have a look if the fix is appropriate? Thanks.