diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-12-01 09:57:30 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-12-01 09:57:30 -0800 |
commit | df80bcb4ed31a29e379949f0e8612ce709d0c6df (patch) | |
tree | 512e6ef6c7ea2c43ece8ee6152d3df8144202cd3 /lib/sockunion.c | |
parent | 25177cdf8d7f90123e665f0aa4b153fe86365d7b (diff) | |
parent | 84152ee6841d0d83bd46ed6f8f12cc5c08386c7f (diff) | |
download | quagga-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.c | 1 |
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; } |