mirror of https://github.com/getdnsapi/getdns.git
Typo?
This commit is contained in:
parent
78f027aaab
commit
91ccbcd7df
|
@ -1700,7 +1700,7 @@ getdns_return_t
|
||||||
getdns_context_get_update_callback(getdns_context *context, void **userarg,
|
getdns_context_get_update_callback(getdns_context *context, void **userarg,
|
||||||
void (**cb)(getdns_context *, getdns_context_code_t, void *))
|
void (**cb)(getdns_context *, getdns_context_code_t, void *))
|
||||||
{
|
{
|
||||||
if (!context || userarg || !cb)
|
if (!context || !userarg || !cb)
|
||||||
return GETDNS_RETURN_INVALID_PARAMETER;
|
return GETDNS_RETURN_INVALID_PARAMETER;
|
||||||
|
|
||||||
*userarg = context->update_userarg;
|
*userarg = context->update_userarg;
|
||||||
|
|
Loading…
Reference in New Issue