tests: Cleanup getsockname argument warning
authorJustin Pettit <jpettit@nicira.com>
Tue, 25 Aug 2009 23:34:45 +0000 (16:34 -0700)
committerJustin Pettit <jpettit@nicira.com>
Tue, 25 Aug 2009 23:37:37 +0000 (16:37 -0700)
commitd540d9cbb16ceb4ccc91bdcf983496f8a5a3399f
treeeecb94ca447a0d29d294a8c0aeed359e2c17e3d6
parentbc5ef83d2f042b1a1336d38e32d4893e47c7afcc
tests: Cleanup getsockname argument warning

The second argument was being passed in as a sockaddr_in, when it should
be a sockaddr.  This commit cleans up the warning by casting it.
tests/test-vconn.c