client: Kill superfluous label "err".
authorAndre Noll <maan@systemlinux.org>
Mon, 6 Dec 2010 22:05:28 +0000 (23:05 +0100)
committerAndre Noll <maan@systemlinux.org>
Mon, 6 Dec 2010 22:05:28 +0000 (23:05 +0100)
commit657bc58454768ed9a6848d356983a5ad173b4255
tree42edc2e732b9098945e8d09f8e38879a0d1bea11
parent924c3764da9cecc2bd72fa2cd0b7f97b5a24650f
client: Kill superfluous label "err".

The position of this label is identical to the "out" label, and "out"
is more to the point as we jump there not only in case of an error. So
jump always to "out" and remove the "err" label.
client_common.c