add_tag_for_client(): Set time_to_live properly
authorFabian Keil <fk@fabiankeil.de>
Mon, 20 Feb 2017 13:47:51 +0000 (13:47 +0000)
committerFabian Keil <fk@fabiankeil.de>
Mon, 20 Feb 2017 13:47:51 +0000 (13:47 +0000)
Previously the time_to_live was always set for the first tag.
Attempts to temporarily enable a tag would result in enabling
it permanently unless no tag was enabled already.

D'oh.


No differences found