rpc: fix name-normalization in rpc_sid_to_name()
commit0cb15c169f134026e0dae40994640f76e64f99d9
authorMichael Adam <obnox@samba.org>
Thu, 20 Feb 2014 15:55:15 +0000 (20 16:55 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 25 Feb 2014 08:17:07 +0000 (25 09:17 +0100)
treedc1a6d53bdd742f95df843b9160f0d5b141da81e
parentab7992b5bfa40d9cda66de319ded08276bb54e99
rpc: fix name-normalization in rpc_sid_to_name()

Hand the *input* name as input into the normalize call,
not the (potentially uninitialized...) *output* name...

Bug: https://bugzilla.samba.org/show_bug.cgi?id=10463

Change-Id: I4f3fc25882c22d96329e252d0a53bbe13d533472
Pair-Programmed-With: Gregor Beck <gbeck@sernet.de>
Signed-off-by: Gregor Beck <gbeck@sernet.de>
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source3/winbindd/winbindd_rpc.c