Skip to content

Fix filling Globus structure from host passed in EPSV. Fixes BUGZ-4002

nordugrid-arc-bot requested to merge aleksandr.konstantinov/arc:bug_4002 into next

Begin arcbot message
This merge request is automatically copied from !1162 (merged) orginally made by @aleksandr.konstantinov
End arcbot message

Globus uses internal format for IP adresses which is not same as netinet structures. Those can't be filled using inet_pton directly.

Merge request reports