Changeset 798
- Timestamp:
- Jan 12, 2017, 12:00:09 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/zoo-project/zoo-kernel/server_internal.c
r790 r798 818 818 addToMap(tmpMaps->content,"inRequest","true"); 819 819 elements* tmpElements=getElements(in,tmpMaps->name); 820 if(tmpMaps->child!=NULL and tmpElements!=NULL andtmpElements->child!=NULL){820 if(tmpMaps->child!=NULL && tmpElements!=NULL && tmpElements->child!=NULL){ 821 821 char *res=addDefaultValues(&tmpMaps->child,tmpElements->child,m,type,err); 822 822 if(strlen(res)>0){
Note: See TracChangeset
for help on using the changeset viewer.