mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 07:41:50 -04:00
11 lines
432 B
C
11 lines
432 B
C
--- src/messages/cache_resp.c.orig 2012-04-19 15:47:21 UTC
|
|
+++ src/messages/cache_resp.c
|
|
@@ -143,7 +143,7 @@ CacheResp_Deserialize_Json(struct Message *message)
|
|
if (message == NULL)
|
|
return false;
|
|
|
|
- if ((msg = json_tokener_parse((char *)message->serialized)) == NULL || is_error(msg))
|
|
+ if ((msg = json_tokener_parse((char *)message->serialized)) == NULL)
|
|
return false;
|
|
|
|
submit = message->message;
|