summaryrefslogtreecommitdiffstats
path: root/lib/sockunion.c
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2008-12-01 09:57:30 -0800
committerStephen Hemminger <stephen.hemminger@vyatta.com>2008-12-01 09:57:30 -0800
commitdf80bcb4ed31a29e379949f0e8612ce709d0c6df (patch)
tree512e6ef6c7ea2c43ece8ee6152d3df8144202cd3 /lib/sockunion.c
parent25177cdf8d7f90123e665f0aa4b153fe86365d7b (diff)
parent84152ee6841d0d83bd46ed6f8f12cc5c08386c7f (diff)
downloadquagga-df80bcb4ed31a29e379949f0e8612ce709d0c6df.tar.bz2
quagga-df80bcb4ed31a29e379949f0e8612ce709d0c6df.tar.xz
Merge branch 'master' of /home/shemminger/src/quagga into jenner
Conflicts: lib/checksum.c
Diffstat (limited to 'lib/sockunion.c')
-rw-r--r--lib/sockunion.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/sockunion.c b/lib/sockunion.c
index 9a280e49..75419b11 100644
--- a/lib/sockunion.c
+++ b/lib/sockunion.c
@@ -270,6 +270,7 @@ sockunion_accept (int sock, union sockunion *su)
len = sizeof (union sockunion);
client_sock = accept (sock, (struct sockaddr *) su, &len);
+ sockunion_normalise_mapped (su);
return client_sock;
}