On 11/29/2017 09:58 AM, Ján Tomko wrote:
> Allow other parts of code to decide whether the alias is user-specified
> or not.
> ---
> src/conf/domain_conf.c | 3 +--
> src/conf/domain_conf.h | 2 ++
> 2 files changed, 3 insertions(+), 2 deletions(-)
>
Why not a convenience API instead? e.g.
b
Allow other parts of code to decide whether the alias is user-specified
or not.
---
src/conf/domain_conf.c | 3 +--
src/conf/domain_conf.h | 2 ++
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c
index b31917dad..41c94ed18 100644
--- a/