Skip to content

Commit

Permalink
plugins-core: disable NTP configuration if augyang not used
Browse files Browse the repository at this point in the history
  • Loading branch information
zinccyy committed Jan 5, 2023
1 parent 0019a7c commit fb3f116
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/startup/store.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit fb3f116

Please sign in to comment.