CHANGE lnc2 devel changes
diff --git a/src/notification_server.c b/src/notification_server.c
index 91df83e..633936b 100644
--- a/src/notification_server.c
+++ b/src/notification_server.c
@@ -564,8 +564,8 @@
DEBUG("Prepare to execute subscription.");
/* create requests */
- rpc = nc_rpc_subscribe(stream, NULL, (start_time == -1) ? NULL : nc_time2datetime(start, NULL),
- (stop_time == 0) ? NULL : nc_time2datetime(stop, NULL), NC_PARAMTYPE_CONST);
+ rpc = nc_rpc_subscribe(stream, NULL, (start_time == -1) ? NULL : nc_time2datetime(start, NULL, NULL),
+ (stop_time == 0) ? NULL : nc_time2datetime(stop, NULL, NULL), NC_PARAMTYPE_CONST);
if (rpc == NULL) {
ERROR("notifications: creating an rpc request failed.");
goto operation_failed;