*
* Return must be freed with talloc_free
*
- * @param[in] ctx for talloc.
- * @param[in] out Where to write the pointer to the new #vp_map_t.
- * @param[in] cp to convert to map.
- * @param[in] dst_request_def The default request to insert unqualified
- * attributes into.
- * @param[in] dst_list_def The default list to insert unqualified attributes
- * into.
- * @param[in] src_request_def The default request to resolve attribute
- * references in.
- * @param[in] src_list_def The default list to resolve unqualified attributes
- * in.
+ * @param[in] ctx for talloc.
+ * @param[in] out Where to write the pointer to the new #vp_map_t.
+ * @param[in] cp to convert to map.
+ * @param[in] dst_request_def The default request to insert unqualified
+ * attributes into.
+ * @param[in] dst_list_def The default list to insert unqualified attributes
+ * into.
+ * @param[in] src_request_def The default request to resolve attribute
+ * references in.
+ * @param[in] src_list_def The default list to resolve unqualified attributes
+ * in.
* @return
* - #vp_map_t if successful.
* - NULL on error.
cf_log_perr(cp, "Failed creating attribute %s", map->lhs->name);
goto error;
}
-
break;
}