From a4ed0632ec0c3a75119dcff383e89772aa3d48ca Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Tue, 18 Feb 2014 15:03:06 +0100 Subject: [PATCH] The context has internal deficiencies Sync with API 0.391 --- src/getdns/getdns.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/getdns/getdns.h b/src/getdns/getdns.h index a7a41ade..dfd21a1c 100644 --- a/src/getdns/getdns.h +++ b/src/getdns/getdns.h @@ -70,7 +70,7 @@ typedef enum getdns_return_t { #define GETDNS_RETURN_GOOD_TEXT "Good" #define GETDNS_RETURN_GENERIC_ERROR_TEXT "Generic error" #define GETDNS_RETURN_BAD_DOMAIN_NAME_TEXT "Badly-formed domain name in first argument" -#define GETDNS_RETURN_BAD_CONTEXT_TEXT "Bad value for a context type" +#define GETDNS_RETURN_BAD_CONTEXT_TEXT "The context has internal deficiencies" #define GETDNS_RETURN_CONTEXT_UPDATE_FAIL_TEXT "Did not update the context" #define GETDNS_RETURN_UNKNOWN_TRANSACTION_TEXT "An attempt was made to cancel a callback with a transaction_id that is not recognized" #define GETDNS_RETURN_NO_SUCH_LIST_ITEM_TEXT "A helper function for lists had an index argument that was too high."