librpc: Avoid an else
commit167bc2cfc5d7cd3997fb08e64a27f63774e27a75
authorVolker Lendecke <vl@samba.org>
Thu, 17 Mar 2022 16:14:40 +0000 (17 17:14 +0100)
committerJeremy Allison <jra@samba.org>
Thu, 27 Oct 2022 18:18:36 +0000 (27 18:18 +0000)
tree69d7e1aec2e22d8ca7842121e2144538f1732bb2
parent8971f2ae0f61f310f733f252ab87c3aa442de71a
librpc: Avoid an else

With an early return; we don't need the "else"

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source4/librpc/rpc/pyrpc.c