Ignore:
Timestamp:
Apr 28, 2017, 6:00:52 PM (7 years ago)
Author:
djay
Message:

Fix issue with nested inputs initialization. Fix issue when returning nested outputs. Fix issue with ulinet.c for building the ZOO-Kernel (thanks to Niroshan Sanjaya and Julien Abt for reporting the issue).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/zoo-project/zoo-kernel/response_print.c

    r797 r820  
    19821982    elements* ecurs=getElements(e,(e!=NULL?e->name:m->name));
    19831983    ecurs=ecurs->child;
    1984     while(curs!=NULL && ecurs!=NULL){
     1984    while(curs!=NULL){
     1985      ecurs=getElements(ecurs,(curs->name));
    19851986      map* inRequest=getMap(curs->content,"inRequest");
    19861987      if(inRequest!=NULL && strncasecmp(inRequest->value,"true",4)==0)
    19871988        printIOType(doc,nc1,ns_wps,ns_ows,ns_xlink,ecurs,curs,type,vid);
    19881989      curs=curs->next;
    1989       ecurs=ecurs->next;
     1990      ecurs=getElements(e,(e!=NULL?e->name:m->name));
     1991      ecurs=ecurs->child;
    19901992    }
    19911993  }
Note: See TracChangeset for help on using the changeset viewer.

Search

Context Navigation

ZOO Sponsors

http://www.zoo-project.org/trac/chrome/site/img/geolabs-logo.pnghttp://www.zoo-project.org/trac/chrome/site/img/neogeo-logo.png http://www.zoo-project.org/trac/chrome/site/img/apptech-logo.png http://www.zoo-project.org/trac/chrome/site/img/3liz-logo.png http://www.zoo-project.org/trac/chrome/site/img/gateway-logo.png

Become a sponsor !

Knowledge partners

http://www.zoo-project.org/trac/chrome/site/img/ocu-logo.png http://www.zoo-project.org/trac/chrome/site/img/gucas-logo.png http://www.zoo-project.org/trac/chrome/site/img/polimi-logo.png http://www.zoo-project.org/trac/chrome/site/img/fem-logo.png http://www.zoo-project.org/trac/chrome/site/img/supsi-logo.png http://www.zoo-project.org/trac/chrome/site/img/cumtb-logo.png

Become a knowledge partner

Related links

http://zoo-project.org/img/ogclogo.png http://zoo-project.org/img/osgeologo.png