Add a missing return
authorVolker Lendecke <vl@samba.org>
Mon, 11 Feb 2008 17:36:06 +0000 (18:36 +0100)
committerVolker Lendecke <vl@samba.org>
Mon, 11 Feb 2008 17:37:58 +0000 (18:37 +0100)
commitb4dd60efa9d59dc70f0f0e58be6fa769c543d059
tree21ab2d53b13f61c00a5758ac27333219d62229f1
parentde48cd925a11414063cae7ead89fa060c280352a
Add a missing return

If I'm not completely blind, we should return here. Not doing it here seems not
to be a major flaw, as far as I can see we're only missing the error code. This
might account for some of the very unhelpful NT_STATUS_UNSUCCESSFUL error
messages people see during joins.

All with stake in Samba client, please check!
(This used to be commit eadd15c9363a57c214ede3c489057646baca48f8)
source3/libsmb/cliconnect.c