Changeset 152

Show
Ignore:
Timestamp:
04/25/06 16:07:31 (3 years ago)
Author:
abauer
Message:

Added a branch for the 6230i

Removed the meta tag from the sync command

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/6230-branch/libsyncml/parser/sml_xml_assm.c

    r147 r152  
    425425        } 
    426426         
    427         if (assm->session->incomingMaxObjSize && assm->session->version != SML_VERSION_10) { 
     427        /*if (assm->session->incomingMaxObjSize && assm->session->version != SML_VERSION_10) { 
    428428                if (!_smlXmlAssemblerStartNode(assm, SML_ELEMENT_META, error)) 
    429429                        goto error; 
     
    435435                if (!_smlXmlAssemblerEndNode(assm, error)) 
    436436                        goto error; 
    437         } 
     437        }*/ 
    438438         
    439439        if (!smlLocationAssemble(cmd->target, assm, SML_ELEMENT_TARGET, error))