summaryrefslogtreecommitdiff
path: root/source4/client/client.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-05-09 00:39:39 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:51:49 -0500
commit3672a067be7115938b5d204292ce15e7faa15827 (patch)
treed62265419328ed5cd19610b54509abfac8535957 /source4/client/client.c
parenta10936532ee67fbb15d7b1edc9fba68b851f9069 (diff)
downloadsamba-3672a067be7115938b5d204292ce15e7faa15827.tar.gz
samba-3672a067be7115938b5d204292ce15e7faa15827.tar.bz2
samba-3672a067be7115938b5d204292ce15e7faa15827.zip
r591: don't need to init non-ref out ptrs (thanks to abartlet for spotting this)
(This used to be commit 3ac0cff83752b98ee7b8af7f4f9a33ffe9ae05e7)
Diffstat (limited to 'source4/client/client.c')
-rw-r--r--source4/client/client.c2
1 files changed, 0 insertions, 2 deletions
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");