From: František Dvořák Date: Wed, 9 Nov 2005 15:45:14 +0000 (+0000) Subject: typo in attr name X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=63b67d125bc50b53b18f5d60ef81632d06b995fe;p=jra1mw.git typo in attr name --- diff --git a/org.glite.jp.index/src/conf.c b/org.glite.jp.index/src/conf.c index 4b9641c..1e88266 100644 --- a/org.glite.jp.index/src/conf.c +++ b/org.glite.jp.index/src/conf.c @@ -40,7 +40,7 @@ int glite_jp_get_conf(int argc, char **argv, char *config_file, glite_jp_is_conf conf->attrs = calloc(19, sizeof(*conf->attrs)); conf->attrs[0] = strdup("http://egee.cesnet.cz/en/Schema/JP/System:owner"); conf->attrs[1] = strdup("http://egee.cesnet.cz/en/Schema/JP/System:jobId"); - conf->attrs[2] = strdup("http://egee.cesnet.cz/en/Schema/JP/System::regtime"); + conf->attrs[2] = strdup("http://egee.cesnet.cz/en/Schema/JP/System:regtime"); conf->attrs[3] = strdup("http://egee.cesnet.cz/en/Schema/LB/Attributes:user"); conf->attrs[4] = strdup("http://egee.cesnet.cz/en/Schema/LB/Attributes:aTag"); conf->attrs[5] = strdup("http://egee.cesnet.cz/en/Schema/LB/Attributes:eNodes");