HomeFreeBSD

MFC: r285529

Description

MFC: r285529

If ggated's exports_find() fails, the connection is removed before
(trying to) report the problem to the client.

sendfail() is called with an already closed socket and thus it
fails to inform the client about the problem.

Fix this by calling sendfail() before connection_remove().

PR: 195944
Submitted by: Fabian Keil
Reviewed by: pjd
Approved by: re (gjb)

Details

Provenance
bruefferAuthored on
Reviewer
pjd
Parents
rS285748: MFC: r285531
Branches
Unknown
Tags
Unknown