From 82c9d07603bd49ad6dc082b3a1b40b38953c55de Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Tue, 27 Jan 2009 02:15:11 +0000 Subject: [PATCH] fix bug --- geni/aggregate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geni/aggregate.py b/geni/aggregate.py index 46cab18c..be30c991 100644 --- a/geni/aggregate.py +++ b/geni/aggregate.py @@ -36,7 +36,7 @@ class Aggregate(GeniServer): # @param cert_file certificate filename containing public key (could be a GID file) def __init__(self, ip, port, key_file, cert_file, config = "/usr/share/geniwrapper/util/geni_config"): - GeniServer.__init__(ip, port, key_file, cert_file) + GeniServer.__init__(self, ip, port, key_file, cert_file) conf = Config(config) basedir = conf.GENI_BASE_DIR + os.sep server_basedir = basedir + os.sep + "plc" + os.sep -- 2.43.0