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

/freebsd-10-stable/crypto/openssh/
H A Dmux.c830 const char *error_reason = NULL; local
899 error_reason = "port not forwarded";
908 error_reason = "port not in permitted opens";
913 error_reason = "port not found";
916 if (error_reason == NULL) {
930 buffer_put_cstring(r, error_reason);

Completed in 103 milliseconds