1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-27 14:04:05 +03:00

r681: don't init r.out.result.v

metze
(This used to be commit f7ded36699dabecf31ccaf765d667b7240822f8d)
This commit is contained in:
Stefan Metzmacher 2004-05-13 13:36:14 +00:00 committed by Gerald (Jerry) Carter
parent 4b08f42c0d
commit 14832874ee

View File

@ -291,7 +291,6 @@ static WERROR rpc_get_subkey_by_index(REG_KEY *parent, int n, REG_KEY **subkey)
r.in.class = &classname;
tm.low = tm.high = 0x7fffffff;
r.in.last_changed_time = &tm;
r.out.result.v = 0;
r.in.enum_index = n;
r.in.unknown = r.out.unknown = 0x0414;