Displaying 1 result from an estimated 1 matches for "lsa_names".
Did you mean:
dsa_name
2011 Jun 13
1
Out of memory error while calling smbc_getxattr().
...alling? 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);
??????????????????????????????? if ((names)[i] == NULL) {
??????????????????????????????????????? DEBUG(0, ("cli_lsa_lookup_sids_noalloc(): out of memory\n"...