Make sure domain_name is also set when processing INP_NAME requests

This commit is contained in:
Alexander Bokovoy 2013-07-09 10:25:51 +03:00
parent 912699ff58
commit fb62414e81

View File

@ -295,6 +295,7 @@ int handle_request(struct ipa_extdom_ctx *ctx, struct extdom_req *req,
&grp_result);
}
}
domain_name = strdup(req->data.name.domain_name);
break;
default:
ret = LDAP_PROTOCOL_ERROR;