X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fudp%2Fudp.c;h=7674ef2e5d611318ce0e96d49122607d6ae6c0b7;hb=5a2ec8fc41d14ffc5275ab88761c1fb7e0420a33;hp=8c2daaf66e654eaa6a885c3c10e8592894dc99cd;hpb=fa915f8180d620b5325789200e08fec674d390ba;p=vpp.git diff --git a/src/vnet/udp/udp.c b/src/vnet/udp/udp.c index 8c2daaf66e6..7674ef2e5d6 100644 --- a/src/vnet/udp/udp.c +++ b/src/vnet/udp/udp.c @@ -168,7 +168,7 @@ udp_session_close (u32 connection_index, u32 thread_index) { udp_unregister_dst_port (vm, clib_net_to_host_u16 (uc->c_lcl_port), uc->c_is_ip4); - stream_session_delete_notify (&uc->connection); + session_transport_delete_notify (&uc->connection); udp_connection_free (uc); } }