[systemd-commits] src/shared
Daniel Mack
zonque at kemper.freedesktop.org
Tue Jan 13 06:51:02 PST 2015
src/shared/fw-util.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 07bde8c0ff9b12e0236374b9f7490909ddf8d213
Author: Daniel Mack <daniel at zonque.org>
Date: Tue Jan 13 15:50:15 2015 +0100
fw-util: fix errno typo for !HAVE_LIBIPTC
diff --git a/src/shared/fw-util.h b/src/shared/fw-util.h
index 58b4c20..698cc43 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
More information about the systemd-commits
mailing list