summaryrefslogtreecommitdiff
path: root/src/shared/fw-util.h
diff options
context:
space:
mode:
authorDaniel Mack <daniel@zonque.org>2015-01-13 15:50:15 +0100
committerDaniel Mack <daniel@zonque.org>2015-01-13 15:50:36 +0100
commit07bde8c0ff9b12e0236374b9f7490909ddf8d213 (patch)
tree729d1bea94c7126b4ad2c3b4ca3cd2e2562aec08 /src/shared/fw-util.h
parentec767e6836a701c7bfe6640c103b8b66b2312efb (diff)
fw-util: fix errno typo for !HAVE_LIBIPTC
Diffstat (limited to 'src/shared/fw-util.h')
-rw-r--r--src/shared/fw-util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/fw-util.h b/src/shared/fw-util.h
index 58b4c2024..698cc43da 100644
--- a/src/shared/fw-util.h
+++ b/src/shared/fw-util.h
@@ -76,7 +76,7 @@ static inline int fw_add_local_dnat(
const union in_addr_union *remote,
uint16_t remote_port,
const union in_addr_union *previous_remote) {
- return -ENOSTUP;
+ return -ENOTSUP;
}
#endif