The unified diff between revisions [2df88abf..] and [818e3621..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'update.cc'

#
#
# patch "update.cc"
#  from [e4e1f8d71ba2133af8d22537033ed7f1bb350cbd]
#    to [04ca1a313bbd21e3fb4654074b36a791246052af]
#
============================================================
--- update.cc	e4e1f8d71ba2133af8d22537033ed7f1bb350cbd
+++ update.cc	04ca1a313bbd21e3fb4654074b36a791246052af
@@ -63,8 +63,7 @@ get_test_results_for_revision(project_t
   for (vector< revision<cert> >::const_iterator i = certs.begin();
        i != certs.end(); ++i)
     {
-      cert_value cv;
-      decode_base64(i->inner().value, cv);
+      cert_value cv = i->inner().value;
       try
         {
           bool test_ok = lexical_cast<bool>(cv());