commit aa7b9af501d169d43f4690e6076a5925a1b4b015
parent da55d9ed6ef02977da83f3f9147319af39750a93
Author: ThomasV <thomasv@gitorious>
Date: Sun, 12 Jul 2015 08:13:09 +0200
minor fix
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/lib/paymentrequest.py b/lib/paymentrequest.py
@@ -352,6 +352,7 @@ def make_request(config, req, alias=None, alias_privkey=None):
pr = make_unsigned_request(req)
key_path = config.get('ssl_privkey')
cert_path = config.get('ssl_chain')
+ requestor = None
if key_path and cert_path:
sign_request_with_x509(pr, key_path, cert_path)