diff options
Diffstat (limited to 'plugins/Utils.pas/srvblock.pas')
-rw-r--r-- | plugins/Utils.pas/srvblock.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Utils.pas/srvblock.pas b/plugins/Utils.pas/srvblock.pas index ac01db8190..5ceb7a8fed 100644 --- a/plugins/Utils.pas/srvblock.pas +++ b/plugins/Utils.pas/srvblock.pas @@ -574,7 +574,7 @@ begin llparam:=PrepareParameter(service.l_flags,TLPARAM(service.lparam),data);
res:=CallServiceSync(buf,lwparam,llparam);
- ClearSubstData(data);
+// ClearSubstData(data); DO NOT CLEAR!! (consist of input data)
// result type processing
case service.flags and ACF_TYPE_MASK of
|