auth:credentials: Avoid an 'else' branch
authorAndreas Schneider <asn@samba.org>
Thu, 1 Mar 2018 10:04:49 +0000 (11:04 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 1 Mar 2018 13:49:45 +0000 (14:49 +0100)
commit654a66b72dcf99884dafcf3659f513b634073da8
tree76e4a8b7319bb921c3b1d2c121f27b45f27ea560
parent9a971bcd0799763966be6c3f1350130140e436e2
auth:credentials: Avoid an 'else' branch

This moves the 'return' statement to the end of the 'case' and makes clear
we leave here.

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
auth/credentials/credentials.c