Print

Print


Hi Gregory,

> Andy, can you please give me the file# and approximate line# for the
> problem you mentioned yesterday about an "==" that should be a "!=". I
> would like to fix that and see if it makes any substantive difference.
Line 474 in XrdXrootdProtocol.cc whould be:

      if (rlen != -ENOMSG) return Link->setEtext("link read error");

This should not make a substantive difference as it only suppresses the
error tag when the client closes the connection.

Andy