mirror of
https://github.com/systemd/systemd.git
synced 2025-01-26 14:04:03 +03:00
networkd: link - fix reading routes
This regressed during the port to extract_first_word in c598ac76 (v228). CID #1338083
This commit is contained in:
parent
0c203f1dd1
commit
74544b4ead
@ -2327,6 +2327,8 @@ network_file_fail:
|
||||
}
|
||||
|
||||
if (routes) {
|
||||
p = routes;
|
||||
|
||||
for (;;) {
|
||||
Route *route;
|
||||
_cleanup_free_ char *route_str = NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user