From 3672a067be7115938b5d204292ce15e7faa15827 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 9 May 2004 00:39:39 +0000 Subject: r591: don't need to init non-ref out ptrs (thanks to abartlet for spotting this) (This used to be commit 3ac0cff83752b98ee7b8af7f4f9a33ffe9ae05e7) --- source4/client/client.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source4/client') diff --git a/source4/client/client.c b/source4/client/client.c index 3878719a31..dcb1c7c418 100644 --- a/source4/client/client.c +++ b/source4/client/client.c @@ -2276,8 +2276,6 @@ static BOOL browse_host(const char *query_host) r.in.ctr.ctr1 = &ctr1; r.in.max_buffer = ~0; r.in.resume_handle = &resume_handle; - r.out.resume_handle = &resume_handle; - r.out.ctr.ctr1 = &ctr1; d_printf("\n\tSharename Type Comment\n"); d_printf("\t--------- ---- -------\n"); -- cgit