aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/vmod_dbrw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vmod_dbrw.c b/src/vmod_dbrw.c
index 13917433..9f517a8 100644
--- a/src/vmod_dbrw.c
+++ b/src/vmod_dbrw.c
@@ -24,7 +24,7 @@
# include "bin/varnishd/cache.h"
# define VCL_VOID void
# define VCL_STRING const char *
-# define WS_Copy(w,s,l) WS_Dup(w,l)
+# define WS_Copy(w,s,l) WS_Dup(w,s)
# define DBRW_CTX struct sess *
# define WSPTR(s) ((s)->wrk->ws)
#else

Return to:

Send suggestions and report system problems to the System administrator.