1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-08 21:17:47 +03:00

journal-remote: remove unreachable code

This commit is contained in:
Lukas Nykryn 2014-08-20 14:51:27 +02:00
parent be754d5443
commit 7a855149ea

View File

@ -579,7 +579,6 @@ static int request_handler(
log_error("MHD_get_connection_info failed: cannot get remote fd");
return mhd_respond(connection, MHD_HTTP_INTERNAL_SERVER_ERROR,
"Cannot check remote address");
return code;
}
fd = ci->connect_fd;