Seems a bug corrected on January 13 stroke again..
authorSandrine Avakian <sandrine.avakian@inria.fr>
Wed, 14 Mar 2012 10:34:08 +0000 (11:34 +0100)
committerSandrine Avakian <sandrine.avakian@inria.fr>
Wed, 14 Mar 2012 10:34:08 +0000 (11:34 +0100)
Corrected install_peer_certs trusted_gid not defined problem.
The sfa-start master is ok, can't find when the bug fixing line
got deleted.

sfa/server/sfa-start.py

index f1fc047..d72a392 100755 (executable)
@@ -106,6 +106,7 @@ def install_peer_certs(server_key_file, server_cert_file):
             if trusted_gids:
                 # the gid we want should be the first one in the list,
                 # but lets make sure
+                for trusted_gid in trusted_gids:
                     # default message
                     message = "interface: %s\t" % (api.interface)
                     message += "unable to install trusted gid for %s" % \