-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: kerberos
-
None
-
Empty show more show less
SeeĀ https://github.com/mongodb-js/kerberos/issues/99.
Three compile errors when attempting to install kerberos with Node 12:
../src/kerberos_common.h:29:43: error: no matching member function for call to 'Has' return !options.IsEmpty() && options->Has(key) && options->Get(key)->IsString()
../src/kerberos_common.h:39:43: error: no matching member function for call to 'Has' return !options.IsEmpty() && options->Has(key) && options->Get(key)->IsNumber()
../src/kerberos_common.h:40:49: error: too few arguments to function call, single argument 'context' was not specified ? options->Get(key)->Uint32Value()