summaryrefslogtreecommitdiff
path: root/libproxy/proxy.cpp
diff options
context:
space:
mode:
authornpmccallum <npmccallum@c587cffe-e639-0410-9787-d7902ae8ed56>2010-02-22 10:48:00 +0000
committernpmccallum <npmccallum@c587cffe-e639-0410-9787-d7902ae8ed56>2010-02-22 10:48:00 +0000
commit00097b872e0484d9fa5cb5711e257332f27a92a8 (patch)
tree2776821b048bf42043347f934b2fb487dc1b06a3 /libproxy/proxy.cpp
parentba2fa09088ea4410730479a1aa3cf5182e27c8a2 (diff)
downloadlibproxy-00097b872e0484d9fa5cb5711e257332f27a92a8.tar.gz
add initializer for this->wpad
git-svn-id: http://libproxy.googlecode.com/svn/trunk@561 c587cffe-e639-0410-9787-d7902ae8ed56
Diffstat (limited to 'libproxy/proxy.cpp')
-rw-r--r--libproxy/proxy.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libproxy/proxy.cpp b/libproxy/proxy.cpp
index 94fd4e6..df57cd3 100644
--- a/libproxy/proxy.cpp
+++ b/libproxy/proxy.cpp
@@ -111,6 +111,7 @@ proxy_factory::proxy_factory() {
#endif
this->pac = NULL;
this->pacurl = NULL;
+ this->wpad = false;
// Register our types
this->mm.register_type<config_extension>();