smbd: fix crash in smbXsrv_client_global_remove()
authorMichael Adam <obnox@samba.org>
Tue, 1 Mar 2016 19:40:47 +0000 (20:40 +0100)
committerMichael Adam <obnox@samba.org>
Wed, 2 Mar 2016 16:26:09 +0000 (17:26 +0100)
commit04265199b389a7b38c3047985da68e8442a0b746
tree641aba65d8eaf966d27d8a4e3f858ca2dcde6a8d
parenta5f441dc71abfd991baec7e0c1d2961f026e8984
smbd: fix crash in smbXsrv_client_global_remove()

Probably copy-n-paste error.
Uncovered by the multi-channel-related tests we're
currently writing to exercise this code more.

Pair-Programmed-With: Guenther Deschner <gd@samba.org>

Signed-off-by: Michael Adam <obnox@samba.org>
Signed-off-by: Guenther Deschner <gd@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source3/smbd/smbXsrv_client.c