diff --git a/sysdep/unix/config.Y b/sysdep/unix/config.Y index d6ab8cab..f9a92900 100644 --- a/sysdep/unix/config.Y +++ b/sysdep/unix/config.Y @@ -92,6 +92,7 @@ timeformat_which: | PROTOCOL { $$ = &new_config->tf_proto; } | BASE { $$ = &new_config->tf_base; } | LOG { $$ = &new_config->tf_log; } + ; timeformat_spec: timeformat_which TEXT { *$1 = (struct timeformat){$2, NULL, 0}; }