You've already forked lazarus-ccr
Default proxy creation function bug fix
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@612 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -558,6 +558,7 @@ Var
|
|||||||
DecIndent();
|
DecIndent();
|
||||||
WriteLn('Begin');
|
WriteLn('Begin');
|
||||||
IncIndent();
|
IncIndent();
|
||||||
|
Indent(); WriteLn('locAdr := AAddress;');
|
||||||
Indent(); WriteLn('if ( locAdr = '''' ) then');
|
Indent(); WriteLn('if ( locAdr = '''' ) then');
|
||||||
IncIndent();
|
IncIndent();
|
||||||
Indent(); WriteLn('locAdr := GetServiceDefaultAddress(TypeInfo(%s));',[AIntf.Name]);
|
Indent(); WriteLn('locAdr := GetServiceDefaultAddress(TypeInfo(%s));',[AIntf.Name]);
|
||||||
|
Reference in New Issue
Block a user