mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 00:57:19 +02:00
iBug #1511
- #1511 sync init crashes if client certification file is empty or invalid (thanks to Marton Suranyi). Signed-off-by: Paul Beckingham <paul@beckingham.net>
This commit is contained in:
parent
27d879540c
commit
c7ebe6b3e2
3 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,4 @@
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
// taskwarrior - a command line task list manager.
|
||||
//
|
||||
// Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
||||
//
|
||||
|
@ -103,6 +102,7 @@ TLSClient::TLSClient ()
|
|||
: _ca ("")
|
||||
, _cert ("")
|
||||
, _key ("")
|
||||
, _session(0)
|
||||
, _socket (0)
|
||||
, _limit (0)
|
||||
, _debug (false)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue