Updated code for gss_init_sec_context. First round trip now works, but input token is
[gssweb.git] / json_gssapi / src / GSSRequest.cpp
index aa3de6e..d2925f4 100644 (file)
@@ -85,7 +85,7 @@ void GSSRequest::getCommand()
   {
     cmd = new GSSImportName ( &arguments );
   } 
-  else if ( "gss_create_sec_context" == method ) 
+  else if ( "gss_init_sec_context" == method ) 
   {
     cmd = new GSSInitSecContext ( &arguments );
   }