maintenance - remove unused, init
diff --git a/src/notification-server.c b/src/notification-server.c
index 7c2d8f0..9feb455 100644
--- a/src/notification-server.c
+++ b/src/notification-server.c
@@ -534,6 +534,8 @@
 
 	start = time(NULL) + start_time;
 	stop = time(NULL) + stop_time;
+	start = 0;
+	stop = 0;
 	DEBUG("notifications: history: %u %u", (unsigned int) start, (unsigned int) stop);
 
 	if (session == NULL) {