From: František Dvořák Date: Tue, 3 Apr 2007 13:10:03 +0000 (+0000) Subject: Fixed a little bug in JP IS client in generating example XML. X-Git-Tag: glite-jp_R_1_4_0_1~7 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=3fc55ac514b86e92008a9364b916b6e9bd8ab1da;p=jra1mw.git Fixed a little bug in JP IS client in generating example XML. --- diff --git a/org.glite.jp.index/examples/jpis-client.c b/org.glite.jp.index/examples/jpis-client.c index e7cbff0..6000d0b 100644 --- a/org.glite.jp.index/examples/jpis-client.c +++ b/org.glite.jp.index/examples/jpis-client.c @@ -144,7 +144,7 @@ static void query_example_fill(struct soap *soap, struct _jpisclient__QueryJobs // AND // owner - cond = GLITE_SECURITY_GSOAP_LIST_GET(in->conditions, 0); + cond = GLITE_SECURITY_GSOAP_LIST_GET(in->conditions, 1); memset(cond, 0, sizeof(*cond)); cond->attr = soap_strdup(soap, "http://egee.cesnet.cz/en/Schema/LB/Attributes:user"); cond->origin = NULL;