r591: don't need to init non-ref out ptrs (thanks to abartlet for spotting this)
authorAndrew Tridgell <tridge@samba.org>
Sun, 9 May 2004 00:39:39 +0000 (00:39 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:51:49 +0000 (12:51 -0500)
(This used to be commit 3ac0cff83752b98ee7b8af7f4f9a33ffe9ae05e7)

source4/client/client.c

index 3878719a312a52e5c54e752fa12a97cd1d0d5340..dcb1c7c41873e5793ea570f96f84a6c24407a81a 100644 (file)
@@ -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");