Revert "Switch frag_timeout from redef to option"

This reverts commit 38259afa8d.

The change to an option wasn't yet incomplete -- that would
require dynamic lookup of the value at the C++ layer.
This commit is contained in:
Jon Siwek 2018-11-06 09:20:44 -06:00
parent 3d12ea3353
commit c1f02aaa61
4 changed files with 15 additions and 12 deletions

View file

@ -1,4 +1,10 @@
2.6-beta2-77 | 2018-11-06 09:32:17 -0600
* Switch GridFTP options from redef to option (Vlad Grigorescu)
* Improve error handling in x509_ocsp_verify function (Jon Siwek, Corelight)
2.6-beta2-68 | 2018-11-02 18:30:01 -0500
* Fix a unit test relying on a bash-ism (Jon Siwek, Corelight)