From fb3f116045163e5ccb77355479a4a482b0df82ff Mon Sep 17 00:00:00 2001 From: Mateo Cindric Date: Thu, 5 Jan 2023 14:22:24 +0000 Subject: [PATCH] plugins-core: disable NTP configuration if augyang not used --- src/core/startup/store.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/core/startup/store.c b/src/core/startup/store.c index c3edeac..f1635cd 100644 --- a/src/core/startup/store.c +++ b/src/core/startup/store.c @@ -95,10 +95,12 @@ int system_startup_store_data(system_ctx_t *ctx, sr_session_ctx_t *session) "timezone-name", system_startup_store_timezone_name, }, +#ifdef AUGYANG { "ntp", system_startup_store_ntp, }, +#endif { "dns-resolver", system_startup_store_dns_resolver,