Skip to content

Commit ca73862

Browse files
committed
declare char
1 parent 40f8d42 commit ca73862

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/config/varnish-4/fos_custom_ttl.vcl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ sub fos_custom_ttl_backend_response {
2626
* startup command.
2727
*/
2828
C{
29+
char *ttl;
2930
const struct gethdr_s hdr = { HDR_BERESP, "\024X-Reverse-Proxy-TTL:" };
3031
ttl = VRT_GetHdr(ctx, &hdr);
3132
VRT_l_beresp_ttl(ctx, atoi(ttl));

0 commit comments

Comments
 (0)