[ovs-git] [openvswitch/ovs] a94473: stream-tcp, stream-ssl: Remove unneeded getsocknam...

GitHub noreply at github.com
Thu Oct 23 16:06:27 UTC 2014


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: a9447331a639832a1c75b3f797757ed4139ec1d2
      https://github.com/openvswitch/ovs/commit/a9447331a639832a1c75b3f797757ed4139ec1d2
  Author: Ben Pfaff <blp at nicira.com>
  Date:   2014-10-23 (Thu, 23 Oct 2014)

  Changed paths:
    M lib/stream-ssl.c
    M lib/stream-tcp.c

  Log Message:
  -----------
  stream-tcp, stream-ssl: Remove unneeded getsockname() calls.

Commit a8d819675f3 (Remove stream, vconn, and rconn functions to get
local/remote IPs/ports.) removed the code that used the local socket
address but neglected to remove the code to fetch that address.  This
commit removes the latter code also.

Reported-by: Eitan Eliahu <eliahue at vmware.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>
Acked-by: Eitan Eliahu <eliahue at vmware.com>




More information about the git mailing list