mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 18:42:23 +00:00
[lib] fix missing sockunion_normalise_mapped
* lib/sockunion.c: (sockunion_accept) sockunion needs to be normalised here, as it used to before this was moved to a dedicated function..
This commit is contained in:
parent
e0081f70ed
commit
84152ee684
@ -271,6 +271,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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user