From 3fc55ac514b86e92008a9364b916b6e9bd8ab1da Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Tue, 3 Apr 2007 13:10:03 +0000 Subject: [PATCH] Fixed a little bug in JP IS client in generating example XML. --- org.glite.jp.index/examples/jpis-client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 1.8.2.3