Displaying 1 result from an estimated 1 matches for "dom_idx".
Did you mean:
dom_id
2011 Jun 13
1
Out of memory error while calling smbc_getxattr().
Hi,
I'm using samba 3.2.6 and getting the following error whille calling? smbc_getxattr().
cli_lsa_lookup_sids_noalloc(): out of memory
Here is the relavent code snippet of the function cli_lsa_lookup_sids_noalloc()...
if (dom_idx != 0xffffffff) {
??????????????????????? dom_name = ref_domains->domains[dom_idx].name.string;
??????????????????????? name = lsa_names.names[i].name.string;
??????????????????????? if (name) {
??????????????????????????????? (names)[i] = talloc_strdup(mem_ctx, name);
?????????????????????????...