[4.0] 158fc1c Oops, forgot this bit of previous commit
Lasse Karstensen
lkarsten at varnish-software.com
Mon Sep 22 16:38:26 CEST 2014
commit 158fc1cf17866cd96d84f073fbdf943cc2ff016c
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date: Fri Sep 19 10:48:32 2014 +0000
Oops, forgot this bit of previous commit
diff --git a/lib/libvcc/generate.py b/lib/libvcc/generate.py
index 6e3c91f..9af3420 100755
--- a/lib/libvcc/generate.py
+++ b/lib/libvcc/generate.py
@@ -182,14 +182,14 @@ sp_variables = [
),
('server.hostname',
'STRING',
- ( 'client',),
+ ( 'all',),
( ), """
The host name of the server.
"""
),
('server.identity',
'STRING',
- ( 'client',),
+ ( 'all',),
( ), """
The identity of the server, as set by the -i
parameter. If the -i parameter is not passed to varnishd,
More information about the varnish-commit
mailing list