Skip to content

Commit a62cb55

Browse files
committed
cache_ban: refactor: constify
1 parent 6e3e2f3 commit a62cb55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/varnishd/cache/cache_ban_build.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ ban_add_spec(struct ban_proto *bp, const struct pvar *pv, int op, const char *a3
241241
}
242242

243243
static const char *
244-
ban_add_double(struct ban_proto *bp, const struct pvar *pv, int op, double darg)
244+
ban_add_double(const struct ban_proto *bp, const struct pvar *pv, int op, double darg)
245245
{
246246
uint64_t dtmp;
247247
uint8_t denc[sizeof darg];

0 commit comments

Comments
 (0)