Remove calls to GSSCommand constructor from derived classes
authorMark Donnelly <mark@painless-security.com>
Tue, 25 Nov 2014 15:56:27 +0000 (10:56 -0500)
committerMark Donnelly <mark@painless-security.com>
Tue, 25 Nov 2014 15:56:27 +0000 (10:56 -0500)
commit44f60fd28283ef6e50343b2fdd3baeaa18dff641
tree73da32ec48b95813a0dbe8f436a51d87a9e0d43e
parent03b2a875b8b4a5c2463d4a895559e24aa7feb837
Remove calls to GSSCommand constructor from derived classes

The GSSCommand class has evolved into little more than an interface, and calls to its constructor from its derived classes were all implemented incorrectly anyway.  This change removes the calls to the constructor from the remaining inheriting classes: GSSAcquireCred, GSSImportName, GSSInitSecContext, and GSSPseudoRandom.
json_gssapi/src/commands/GSSAcquireCred.cpp
json_gssapi/src/commands/GSSImportName.cpp
json_gssapi/src/commands/GSSInitSecContext.cpp
json_gssapi/src/commands/GSSPseudoRandom.cpp