Fix type to eliminate compile error
authorKevin Wasserman <krwasserman@painless-security.com>
Thu, 20 Nov 2014 22:12:18 +0000 (17:12 -0500)
committerKevin Wasserman <krwasserman@painless-security.com>
Thu, 20 Nov 2014 22:12:18 +0000 (17:12 -0500)
json_gssapi/test/GSSCreateSecContextTest.cpp

index dd006b4..43d25d8 100644 (file)
@@ -360,7 +360,7 @@ void GSSCreateSecContextTest::testJSONMarshal()
 
   
   
 
   
   
-  unsigned long len;
+  unsigned int len;
   std::string str = (*result)["output_token"].string();
   unsigned char *decoded = base64_decode(str, &len);
   CPPUNIT_ASSERT_MESSAGE(
   std::string str = (*result)["output_token"].string();
   unsigned char *decoded = base64_decode(str, &len);
   CPPUNIT_ASSERT_MESSAGE(