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

/freebsd-10.0-release/crypto/openssh/
H A Dmux.c781 const char *error_reason = NULL; local
837 error_reason = "port not forwarded";
849 error_reason = "port not in permitted opens";
855 error_reason = "port not found";
858 if (error_reason == NULL) {
869 buffer_put_cstring(r, error_reason);

Completed in 87 milliseconds