1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-22 02:50:28 +03:00

Merge of uninitialised variable fix from APPLIANCE_HEAD.

(This used to be commit 20a7fefee8c85f02f6a0e2a02c0df04a8b22b7cb)
This commit is contained in:
Tim Potter 2000-08-15 21:09:54 +00:00
parent 0631c6e3a7
commit aa3802ba0e

View File

@ -735,8 +735,7 @@ static BOOL samr_reply_enum_dom_aliases(SAMR_Q_ENUM_DOM_ALIASES *q_u,
fstring sam_sid_str;
struct group *grp;
r_e.status = 0x0;
r_e.num_entries = 0;
ZERO_STRUCT(r_e);
/* find the policy handle. open a policy on it. */
if (r_e.status == 0x0 && !get_lsa_policy_samr_sid(&q_u->pol, &sid))
@ -840,8 +839,6 @@ static BOOL samr_reply_query_dispinfo(SAMR_Q_QUERY_DISPINFO *q_u, prs_struct *rd
ZERO_STRUCT(r_e);
r_e.status = 0x0;
DEBUG(5,("samr_reply_query_dispinfo: %d\n", __LINE__));
/* find the policy handle. open a policy on it. */