diff options
author | Ondrej Filip <feela@network.cz> | 2005-02-12 23:27:55 +0100 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2005-02-12 23:27:55 +0100 |
commit | 0d3effcf8ca3784c36ce6229343ddfd754e405dc (patch) | |
tree | b9e94e0fffe9123aeaffab3f074c39268d49f39b /conf/confbase.Y | |
parent | 89ba9a18068dc83557e03c58bf280f4dc203271d (diff) | |
download | bird-0d3effcf8ca3784c36ce6229343ddfd754e405dc.tar bird-0d3effcf8ca3784c36ce6229343ddfd754e405dc.zip |
Time added in password management.
Diffstat (limited to 'conf/confbase.Y')
-rw-r--r-- | conf/confbase.Y | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/confbase.Y b/conf/confbase.Y index 5da84b1..fa178d8 100644 --- a/conf/confbase.Y +++ b/conf/confbase.Y @@ -145,9 +145,9 @@ pxlen: datetime: TEXT { - $$ = tm_parse_date($1); + $$ = tm_parse_datetime($1); if (!$$) - cf_error("Invalid date"); + cf_error("Invalid date and time"); } ; |