qrexec_daemon: fixed typo in msg name

This commit is contained in:
Rafal Wojtczuk 2011-05-09 13:31:38 +02:00
parent 7294f8f345
commit 8733c0ef77

View File

@ -410,7 +410,7 @@ void sanitize_message_from_agent(struct server_header *untrusted_header)
}
break;
case MSG_AGENT_TO_SERVER_STDOUT:
case MSG_SERVER_TO_CLIENT_STDERR:
case MSG_AGENT_TO_SERVER_STDERR:
case MSG_AGENT_TO_SERVER_EXIT_CODE:
check_client_id_in_range(untrusted_header->client_id);
if (untrusted_header->len > MAX_DATA_CHUNK