Commit dc8755d7 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

editor-bogon: add missing ')'



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@2759 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent b29af06c
......@@ -112,7 +112,7 @@ RFC2616_Ttl(const struct sess *sp, const struct http *hp, struct object *obj)
u1 = u2 = 0;
if ((http_GetHdrField(hp, H_Cache_Control, "s-maxage", &p) ||
http_GetHdrField(hp, H_Cache_Control, "max-age", &p)) &&
p != NULL {
p != NULL) {
u1 = strtoul(p, NULL, 0);
u2 = 0;
if (http_GetHdr(hp, H_Age, &p)) {
......
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