cli: fix compile error
authorBeniamino Galvani <bgalvani@redhat.com>
Thu, 11 Feb 2016 16:14:35 +0000 (17:14 +0100)
committerBeniamino Galvani <bgalvani@redhat.com>
Thu, 11 Feb 2016 16:14:35 +0000 (17:14 +0100)
commit9e5c99465dec212ad108879572e6509df11ac08e
tree11271381272fdc5ead5be7fe38fc2a8b282b6c4c
parente5dd4c6882c019c113b9a9dbaa1fbbf1c9478d05
cli: fix compile error

 connections.c: In function ‘sort_connections’:
 connections.c:1536:3: error: ‘return’ with no value, in function returning non-void [-Werror=return-type]
    return;
    ^

Fixes: e8927c14ec3e830099e1525fa8fee4c9a7fc5032
clients/cli/connections.c