Fix for not finding client(key)
authorSam Hague <shague@redhat.com>
Wed, 15 Apr 2015 22:36:29 +0000 (18:36 -0400)
committerSam Hague <shague@redhat.com>
Wed, 15 Apr 2015 22:36:29 +0000 (18:36 -0400)
commit268ed8d69e6a6f8034fdf622ffa0cd131dd55246
tree21c16cc599d1bade1cf92f236e537e37d3f7900f
parent043729fc785b05a84e3ef2140119732a0729c1da
Fix for not finding client(key)

The connectioninfo brought in using the connectioninfo as the key for the clients. The application using the sb only have access to the remote ip and port so the key didn't match if it was using the remote ip:port and local ip:port.

Change-Id: If61faac9bb2be571c08faa95f3beb5190499a54b
Signed-off-by: Sam Hague <shague@redhat.com>