Update tests to deal with GSSCommand objects now taking only the 'argument' part...
[gssweb.git] / json_gssapi / src / commands / GSSAcquireCred.cpp
index 037b8c6..fd173f0 100644 (file)
@@ -82,7 +82,7 @@ bool GSSAcquireCred::loadParameters(JSONObject *params)
   
   /* Main processing */
   // Easy stuff(*params)
-  this->time_req = (*params)["arguments"]["time_req"].integer();
+  this->time_req = (*params)["time_req"].integer();
 
   /**************
    * cred_usage *