mirror of
https://github.com/systemd/systemd.git
synced 2024-11-07 09:56:51 +03:00
fw-util: fix errno typo for !HAVE_LIBIPTC
This commit is contained in:
parent
ec767e6836
commit
07bde8c0ff
@ -76,7 +76,7 @@ static inline int fw_add_local_dnat(
|
|||||||
const union in_addr_union *remote,
|
const union in_addr_union *remote,
|
||||||
uint16_t remote_port,
|
uint16_t remote_port,
|
||||||
const union in_addr_union *previous_remote) {
|
const union in_addr_union *previous_remote) {
|
||||||
return -ENOSTUP;
|
return -ENOTSUP;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user