From: <svn...@op...> - 2009-02-24 17:37:51
|
Author: bellmich Date: Tue Feb 24 18:37:41 2009 New Revision: 948 URL: http://libsyncml.opensync.org/changeset/948 Log: even unknown capabilities must be appended Modified: trunk/libsyncml/data_sync_api/data_sync_devinf.c Modified: trunk/libsyncml/data_sync_api/data_sync_devinf.c ============================================================================== --- trunk/libsyncml/data_sync_api/data_sync_devinf.c Tue Feb 24 18:37:10 2009 (r947) +++ trunk/libsyncml/data_sync_api/data_sync_devinf.c Tue Feb 24 18:37:41 2009 (r948) @@ -404,6 +404,7 @@ goto error; smlDevInfCTCapSetCTType(ctcap, cttype); smlDevInfCTCapSetVerCT(ctcap, verct); + smlDevInfAppendCTCap(devinf, ctcap); } smlTrace(TRACE_EXIT, "%s - content type newly added to devinf", __func__); |