Remove calls to GSSCommand constructor from derived classes
[gssweb.git] / json_gssapi / src / commands / GSSInitSecContext.cpp
index eb6554d..c2c93c7 100644 (file)
@@ -308,7 +308,7 @@ JSONObject *GSSInitSecContext::toJSON()
 
 GSSInitSecContext::GSSInitSecContext(
   JSONObject *params, 
-  void *fn) : GSSCommand(params)
+  void *fn)
 {
   zeroOut(false);
   loadParameters(params);