Index: /trunk/zoo-project/zoo-kernel/server_internal.c
===================================================================
--- /trunk/zoo-project/zoo-kernel/server_internal.c	(revision 797)
+++ /trunk/zoo-project/zoo-kernel/server_internal.c	(revision 798)
@@ -818,5 +818,5 @@
 	addToMap(tmpMaps->content,"inRequest","true");
       elements* tmpElements=getElements(in,tmpMaps->name);
-      if(tmpMaps->child!=NULL and tmpElements!=NULL and tmpElements->child!=NULL){
+      if(tmpMaps->child!=NULL && tmpElements!=NULL && tmpElements->child!=NULL){
 	char *res=addDefaultValues(&tmpMaps->child,tmpElements->child,m,type,err);
 	if(strlen(res)>0){
