diff options
Diffstat (limited to 'src/property_list_service.c')
| -rw-r--r-- | src/property_list_service.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/property_list_service.c b/src/property_list_service.c index 6efeaf1..b8d4b93 100644 --- a/src/property_list_service.c +++ b/src/property_list_service.c | |||
| @@ -226,7 +226,7 @@ static property_list_service_error_t internal_plist_receive_timeout(property_lis | |||
| 226 | *plist = NULL; | 226 | *plist = NULL; |
| 227 | service_error_t serr = service_receive_with_timeout(client->parent, (char*)&pktlen, sizeof(pktlen), &bytes, timeout); | 227 | service_error_t serr = service_receive_with_timeout(client->parent, (char*)&pktlen, sizeof(pktlen), &bytes, timeout); |
| 228 | if ((serr == SERVICE_E_SUCCESS) && (bytes == 0)) { | 228 | if ((serr == SERVICE_E_SUCCESS) && (bytes == 0)) { |
| 229 | return PROPERTY_LIST_SERVICE_E_TIMEOUT; | 229 | return PROPERTY_LIST_SERVICE_E_RECEIVE_TIMEOUT; |
| 230 | } | 230 | } |
| 231 | debug_info("initial read=%i", bytes); | 231 | debug_info("initial read=%i", bytes); |
| 232 | if (bytes < 4) { | 232 | if (bytes < 4) { |
