Commit 30721fc6 authored by Aurelio Colosimo's avatar Aurelio Colosimo

set 'no adjust' option default to 0

PP_DEFAULT_NO_ADJUST must be set to 0, otherwise the slave would not adjust
the time. It can be set to 1 with -t parameter in cmd line: this can be useful
for debug purpose, but must not be the default.
parent b32876b6
......@@ -43,7 +43,7 @@
#define PP_DEFAULT_PARENTS_STATS 0
#define PP_DEFAULT_MAX_RESET 0
#define PP_DEFAULT_MAX_DELAY 0
#define PP_DEFAULT_NO_ADJUST 1
#define PP_DEFAULT_NO_ADJUST 0
#define PP_DEFAULT_E2E_MODE 0
#define PP_DEFAULT_TTL 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment