1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

Fixed typo spotted by "Jim McDonough" <jmcd@us.ibm.com>....

Jeremy.
(This used to be commit a600c96e59)
This commit is contained in:
Jeremy Allison 2001-06-15 19:48:03 +00:00
parent 9b70bdfc38
commit cf30d3bc91

View File

@ -4354,7 +4354,7 @@ BOOL samr_io_q_lookup_names(char *desc, SAMR_Q_LOOKUP_NAMES * q_u,
q_u->num_names2);
q_u->uni_name = (UNISTR2 *)prs_alloc_mem(ps, sizeof(UNISTR2) *
q_u->num_names2);
if (!q_u->hdr_name || q_u->uni_name)
if (!q_u->hdr_name || !q_u->uni_name)
return False;
}