mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
r591: don't need to init non-ref out ptrs (thanks to abartlet for spotting this)
(This used to be commit 3ac0cff837
)
This commit is contained in:
parent
a10936532e
commit
3672a067be
@ -2276,8 +2276,6 @@ static BOOL browse_host(const char *query_host)
|
|||||||
r.in.ctr.ctr1 = &ctr1;
|
r.in.ctr.ctr1 = &ctr1;
|
||||||
r.in.max_buffer = ~0;
|
r.in.max_buffer = ~0;
|
||||||
r.in.resume_handle = &resume_handle;
|
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("\n\tSharename Type Comment\n");
|
||||||
d_printf("\t--------- ---- -------\n");
|
d_printf("\t--------- ---- -------\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user