Skip to content

Commit

Permalink
Fix --skip-past-updates support in updatev
Browse files Browse the repository at this point in the history
  • Loading branch information
nirgal committed Nov 2, 2015
1 parent 83530d3 commit 5440d32
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/rrd_update.c
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,10 @@ rrd_info_t *rrd_update_v(
tmplt = options.optarg;
break;

case 's':
extra_flags |= RRD_SKIP_PAST_UPDATES;
break;

case '?':
rrd_set_error("%s", options.errmsg);
goto end_tag;
Expand Down

0 comments on commit 5440d32

Please sign in to comment.