Searched refs:error_reason (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/crypto/openssh/
H A Dmux.c859 const char *error_reason = NULL; local
928 error_reason = "port not forwarded";
937 error_reason = "port not in permitted opens";
942 error_reason = "port not found";
945 if (error_reason != NULL)
946 reply_error(reply, MUX_S_FAILURE, rid, error_reason);

Completed in 102 milliseconds