- Timestamp:
- May 15, 2014, 8:35:33 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/zoo-project/zoo-kernel/zoo_service_loader.c
r471 r472 1595 1595 NULL,NULL, 0); 1596 1596 hInternetP.header=NULL; 1597 while(cur3 ){1597 while(cur3!=NULL){ 1598 1598 while(cur3!=NULL && cur3->type!=XML_ELEMENT_NODE) 1599 1599 cur2=cur3->next; 1600 if(cur3==NULL) 1601 break; 1600 1602 if(xmlStrcasecmp(cur3->name,BAD_CAST "Header")==0 ){ 1601 1603 const char *ha[2];
Note: See TracChangeset
for help on using the changeset viewer.