mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-09-09 17:45:00 +03:00
journal-remote: remove unreachable code
This commit is contained in:
@@ -579,7 +579,6 @@ static int request_handler(
|
|||||||
log_error("MHD_get_connection_info failed: cannot get remote fd");
|
log_error("MHD_get_connection_info failed: cannot get remote fd");
|
||||||
return mhd_respond(connection, MHD_HTTP_INTERNAL_SERVER_ERROR,
|
return mhd_respond(connection, MHD_HTTP_INTERNAL_SERVER_ERROR,
|
||||||
"Cannot check remote address");
|
"Cannot check remote address");
|
||||||
return code;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
fd = ci->connect_fd;
|
fd = ci->connect_fd;
|
||||||
|
Reference in New Issue
Block a user