---
 src/shared/calendarspec.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/shared/calendarspec.c b/src/shared/calendarspec.c
index 8e6c871..ec84d65 100644
--- a/src/shared/calendarspec.c
+++ b/src/shared/calendarspec.c
@@ -907,6 +907,10 @@ int calendar_spec_from_string(const char *p, CalendarSpec 
**spec) {
                 if (r < 0)
                         goto fail;
 
+                r = parse_months(&p, c);
+                if (r < 0)
+                        goto fail;
+
                 r = parse_date(&p, c);
                 if (r < 0)
                         goto fail;
-- 
1.9.3

_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to