This commit is contained in:
Willem Toorop 2017-06-28 21:45:54 +02:00
parent 78f027aaab
commit 91ccbcd7df
1 changed files with 1 additions and 1 deletions

View File

@ -1700,7 +1700,7 @@ getdns_return_t
getdns_context_get_update_callback(getdns_context *context, void **userarg,
void (**cb)(getdns_context *, getdns_context_code_t, void *))
{
if (!context || userarg || !cb)
if (!context || !userarg || !cb)
return GETDNS_RETURN_INVALID_PARAMETER;
*userarg = context->update_userarg;