mod_netconf: BUGFIX reloadhello segfault

restoring sid causes segfault -> commented out
diff --git a/src/notification-server.c b/src/notification-server.c
index 2f02a81..e4bdce1 100644
--- a/src/notification-server.c
+++ b/src/notification-server.c
@@ -502,6 +502,7 @@
 	if (http_server != NULL) {
 		ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, http_server, "notification: ready to push to notifications queue");
 	}
+	/** \todo push to all clients */
 	ntf = (notification_t *) apr_array_push(target_session->notifications);
 	if (ntf == NULL) {
 		ap_log_error (APLOG_MARK, APLOG_ERR, 0, http_server, "Failed to allocate element ");