1
0
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:
Andrew Tridgell 2004-05-09 00:39:39 +00:00 committed by Gerald (Jerry) Carter
parent a10936532e
commit 3672a067be

View File

@ -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");