Add missing CaptureOptions encode

This commit is contained in:
baldurk
2018-02-15 14:18:17 +00:00
parent c3ce289da4
commit 33b1470d20
+1 -1
View File
@@ -745,7 +745,7 @@ uint32_t Process::InjectIntoProcess(uint32_t pid, const rdcarray<EnvironmentModi
tSec.nLength = sizeof(tSec);
// serialise to string with two chars per byte
string optstr;
string optstr = opts.EncodeAsString();
wchar_t *paramsAlloc = new wchar_t[2048];