r5395 - trunk/varnish-cache/lib/libvmod_std

phk at varnish-cache.org phk at varnish-cache.org
Mon Oct 4 11:49:07 CEST 2010


Author: phk
Date: 2010-10-04 11:49:04 +0200 (Mon, 04 Oct 2010)
New Revision: 5395

Modified:
   trunk/varnish-cache/lib/libvmod_std/vmod.py
Log:
And one more sockaddr -> sockaddr_storage conversion



Modified: trunk/varnish-cache/lib/libvmod_std/vmod.py
===================================================================
--- trunk/varnish-cache/lib/libvmod_std/vmod.py	2010-10-04 09:48:32 UTC (rev 5394)
+++ trunk/varnish-cache/lib/libvmod_std/vmod.py	2010-10-04 09:49:04 UTC (rev 5395)
@@ -49,7 +49,7 @@
 type_tab = dict()
 
 ctypes = {
-	'IP':		"struct sockaddr *",
+	'IP':		"struct sockaddr_storage *",
 	'STRING':	"const char *",
 	'STRING_LIST':	"const char *, ...",
 	'BOOL':		"unsigned",




More information about the varnish-commit mailing list