From e7b69721b0d390cec3f81f97134a51bfef228cf8 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 28 Mar 2018 20:01:30 +0300 Subject: PFLAG_UNIQUEIDSETTING removed, its functionality transferred to Proto_SetUniqueId / Proto_GetUniqueId --- plugins/Actman/iac_contact.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Actman') diff --git a/plugins/Actman/iac_contact.pas b/plugins/Actman/iac_contact.pas index 02931f7ae9..ffcfd47bd5 100644 --- a/plugins/Actman/iac_contact.pas +++ b/plugins/Actman/iac_contact.pas @@ -115,7 +115,7 @@ begin end else begin - uid:=pAnsiChar(CallProtoService(proto,PS_GETCAPS,PFLAG_UNIQUEIDSETTING,0)); + uid:=Proto_GetUniqueId(proto); if DBReadSetting(hContact,proto,uid,@cws)=0 then begin result:=1; -- cgit v1.2.3