Commit ee034039 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

And one more sockaddr -> sockaddr_storage conversion



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5395 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent f1554fad
...@@ -49,7 +49,7 @@ else: ...@@ -49,7 +49,7 @@ else:
type_tab = dict() type_tab = dict()
ctypes = { ctypes = {
'IP': "struct sockaddr *", 'IP': "struct sockaddr_storage *",
'STRING': "const char *", 'STRING': "const char *",
'STRING_LIST': "const char *, ...", 'STRING_LIST': "const char *, ...",
'BOOL': "unsigned", 'BOOL': "unsigned",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment