From: <svn...@op...> - 2009-04-30 13:00:00
|
Author: bellmich Date: Thu Apr 30 14:59:55 2009 New Revision: 1079 URL: http://libsyncml.opensync.org/changeset/1079 Log: The requested remote alert type is unknown and so let's signal this to the library user. Modified: trunk/libsyncml/data_sync_api/transport_http_client.c Modified: trunk/libsyncml/data_sync_api/transport_http_client.c ============================================================================== --- trunk/libsyncml/data_sync_api/transport_http_client.c Thu Apr 30 11:55:50 2009 (r1078) +++ trunk/libsyncml/data_sync_api/transport_http_client.c Thu Apr 30 14:59:55 2009 (r1079) @@ -152,7 +152,7 @@ alertType = dsObject->getAlertTypeCallback( dsObject, datastore->sourceUri, - SML_ALERT_TWO_WAY, + SML_ALERT_UNKNOWN, dsObject->getAlertTypeUserdata, error); if (*error) |