Changeset 674 for trunk/zoo-project
- Timestamp:
- Jun 17, 2015, 6:14:41 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/zoo-project/zoo-kernel/zoo_loader.c
r658 r674 115 115 } 116 116 delete[] buffer; 117 if(res==NULL && (strQuery==NULL || strlen(strQuery)==0)){ 118 return errorException(NULL,"ZOO-Kernel failed to process your request because the request was empty.","InternalError",NULL); 119 }else{ 120 if(strQuery==NULL || strlen(strQuery)==0) 121 tmpMap=createMap("request",res); 122 } 117 if(res!=NULL && (strQuery==NULL || strlen(strQuery)==0)) 118 tmpMap=createMap("request",res); 123 119 if(res!=NULL) 124 120 free(res);
Note: See TracChangeset
for help on using the changeset viewer.