opensciencegrid / xrootd-lcmaps

Integration between Xrootd and LCMAPS.
Apache License 2.0
4 stars 11 forks source link

Call globus_activate() even if HTTP support is not enabled #10

Closed jthiltges closed 7 years ago

jthiltges commented 7 years ago

If HTTP support is not enabled, verification context creation fails. g_cert_dir is initialized in globus_activate(), which is only called from XrdHttpLcmaps. Add the globus_activate() call to XrdLcmaps as well.