summaryrefslogtreecommitdiffstats
path: root/ip6t_MAP66.c
diff options
context:
space:
mode:
authorsven-ola <sven-ola@3484d885-4da6-438d-b19d-107d078dd756>2010-10-14 13:31:12 +0200
committersven-ola <sven-ola@3484d885-4da6-438d-b19d-107d078dd756>2010-10-14 13:31:12 +0200
commitb60cc949b6757fc3c76b3a9a7e52de8c36086fc0 (patch)
treece8420817475bbed3fc55cf59d2e20bc6e755fc6 /ip6t_MAP66.c
parent00adddbced48da8f0b709a58d981a592f08dd575 (diff)
downloadNPTv6-b60cc949b6757fc3c76b3a9a7e52de8c36086fc0.tar
NPTv6-b60cc949b6757fc3c76b3a9a7e52de8c36086fc0.zip
git-svn-id: https://map66.svn.sourceforge.net/svnroot/map66@29 3484d885-4da6-438d-b19d-107d078dd756
Diffstat (limited to 'ip6t_MAP66.c')
-rw-r--r--ip6t_MAP66.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ip6t_MAP66.c b/ip6t_MAP66.c
index 6060871..9491226 100644
--- a/ip6t_MAP66.c
+++ b/ip6t_MAP66.c
@@ -69,8 +69,8 @@ static void map16(
#endif
#ifndef NIP6_FMT
-#define NIP6_FMT "%04x:%04x:%04x:%04x:%04x:%04x:%04x:%04x"
-#define NIP6(addr) \
+# define NIP6_FMT "%04x:%04x:%04x:%04x:%04x:%04x:%04x:%04x"
+# define NIP6(addr) \
ntohs((addr).s6_addr16[0]), \
ntohs((addr).s6_addr16[1]), \
ntohs((addr).s6_addr16[2]), \