Commit 93d4dd9c authored by Geoff Simmons's avatar Geoff Simmons

add introductory and interface documentation

parent 92acaacd
Pipeline #112 skipped
This diff is collapsed.
......@@ -648,7 +648,7 @@ vmod_hosts_token(VRT_CTX, struct vmod_hoailona_hosts *hosts,
if (ttl > 0)
t = ttl;
st = (int) (ctx->now + policy->start_offset);
exp = (int) (ctx->now + t);
exp = (int) (ctx->now + t); // XXX should it be st + t ?
if (acl != NULL) {
if (data != NULL)
token = WS_Printf(ctx->ws,
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment