mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
journald-server: drop another invalid assert()
config_parse_forward_to_socket() is not used for parsing unit files
either.
Follow-up-for: f31cff849d
This commit is contained in:
@@ -3057,7 +3057,6 @@ int config_parse_forward_to_socket(
|
||||
SocketAddress* addr = ASSERT_PTR(data);
|
||||
int r;
|
||||
|
||||
assert(unit);
|
||||
assert(filename);
|
||||
assert(rvalue);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user