curl_sasl: revert the goto for error bailout
authorDaniel Stenberg <daniel@haxx.se>
Wed, 11 Jun 2014 21:32:10 +0000 (23:32 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 11 Jun 2014 21:32:10 +0000 (23:32 +0200)
commit3aa1329e0a666d13afaa68204c94ad8af74ab657
tree75d739c2553f51b05fddbc1af172f7c9ed2537bd
parente95ca7cec9c8907646a2bf87e295a638d5b518fc
curl_sasl: revert the goto for error bailout

They were added because of an older code path that used allocations and
should not have been left in the code. With this change the logic goes
back to how it was.
lib/curl_sasl.c