ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/runtime/nongui/IBXServices.pas
(Generate patch)

Comparing ibx/trunk/runtime/nongui/IBXServices.pas (file contents):
Revision 221 by tony, Mon Mar 19 09:48:37 2018 UTC vs.
Revision 231 by tony, Mon Apr 16 08:32:21 2018 UTC

# Line 3051 | Line 3051 | begin
3051    end;
3052  
3053    FService := FirebirdAPI.GetServiceManager(aServerName,aPortNo,aProtocol,SPB);
3054 +  FServername := aServerName;
3055 +  FProtocol := aProtocol;
3056 +  FPortNo := aPortNo;
3057 +  FConnectString := MakeConnectString(FServerName,'service_mgr',FProtocol,FPortNo);
3058    PW := FService.getSPB.Find(isc_spb_password);
3059    if PW <> nil then PW.AsString := 'xxxxxxxx'; {Hide password}
3060  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines